Version

TileHeaderButtonClicking Event

Notifies listeners that a tile header button is being clicked.
Syntax
'Declaration
 
Event TileHeaderButtonClicking As TileHeaderButtonClickingHandler
event TileHeaderButtonClickingHandler TileHeaderButtonClicking
Event Data

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

PropertyDescription
Action (Inherited from Infragistics.Win.UIActionNotification.UIActionCancelableEventArgs) 
ButtonType Gets the type of button which was clicked in the tile header.
Cancel (Inherited from System.ComponentModel.CancelEventArgs) 
Tile Gets the Infragistics.Win.Misc.UltraTile which had its button clicked.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also