Represents the method that will handle "CommandExecution" events.
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public delegate void CommandExecutionEventHandler( Object sender, CommandExecutionEventArgs cmdArgs ) |
Visual Basic |
---|
Public Delegate Sub CommandExecutionEventHandler ( _ sender As Object, _ cmdArgs As CommandExecutionEventArgs _ ) |
JScript |
---|
|
Parameters
- sender
- Type: System..::..Object
The source of the event.
- cmdArgs
- Type: Ico.Gwx..::..CommandExecutionEventArgs
A GwxDynamicDragEventArgs that contains the event data.