Represents the method that will handle "CommandExecution" events.

Namespace: Ico.Gwx
Assembly: 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
JScript does not support delegates.

Parameters

sender
Type: System..::..Object
The source of the event.
cmdArgs
Type: Ico.Gwx..::..CommandExecutionEventArgs
A GwxDynamicDragEventArgs that contains the event data.

See Also