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

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

Syntax

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

Parameters

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

See Also