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