Constructor for CommandExecutionEventArgs.
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public CommandExecutionEventArgs( GwxPick..::..PickExecutionType executionTrigger, MouseEventArgs mouseInfo, KeyEventArgs keyInfo ) |
Visual Basic |
---|
Public Sub New ( _ executionTrigger As GwxPick..::..PickExecutionType, _ mouseInfo As MouseEventArgs, _ keyInfo As KeyEventArgs _ ) |
JScript |
---|
public function CommandExecutionEventArgs( executionTrigger : GwxPick..::..PickExecutionType, mouseInfo : MouseEventArgs, keyInfo : KeyEventArgs ) |
Parameters
- executionTrigger
- Type: Ico.Gwx..::..GwxPick..::..PickExecutionType
Trigger that caused the event.
- mouseInfo
- Type: System.Windows.Input..::..MouseEventArgs
Mouse information relating to the pick event.
- keyInfo
- Type: System.Windows.Input..::..KeyEventArgs
Key information relating to the pick event.