Infragistics(R) NetAdvantage(R) Windows Forms
TileDraggingEventHandler Delegate
See Also  E-mail your feedback on this topic.
Infragistics.Win.Misc Namespace : TileDraggingEventHandler Delegate

sender
The instance associated with the event.
e
The arguments which provide information about the event being fired.
Delegate associated with the Dragging and Infragistics.Win.Misc.UltraTilePanel.TileDragging events.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub TileDraggingEventHandler( _
   ByVal sender As Object, _
   ByVal e As TileDraggingEventArgs _
) 
C# 
public delegate void TileDraggingEventHandler( 
   object sender,
   TileDraggingEventArgs e
)

Parameters

sender
The instance associated with the event.
e
The arguments which provide information about the event being fired.

See Also