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

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

Syntax

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

Parameters

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

See Also