Infragistics(R) NetAdvantage(R) Windows Forms
TileClosing Event
See Also  E-mail your feedback on this topic.
Infragistics.Win.Misc Namespace > UltraTilePanel Class : TileClosing Event

Occurs when an UltraTile is closing.

Syntax

Visual Basic (Declaration) 
Public Event TileClosing As TileClosingEventHandler
C# 
public event TileClosingEventHandler TileClosing

Event Data

The event handler receives an argument of type TileClosingEventArgs containing data related to this event. The following TileClosingEventArgs properties provide information specific to this event.

PropertyDescription
Cancel (Inherited from System.ComponentModel.CancelEventArgs)Gets or sets a value indicating whether the event should be canceled.
Tile (Inherited from Infragistics.Win.Misc.TileCancelEventArgs)Gets the UltraTile associated with the event.

See Also