Represents the method that will handle "Drag" events.

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

Parameters

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

See Also