TileContainer.Click Event
Occurs after any Tile within the current TileContainer was clicked.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Event Data
The Click event's data class is DevExpress.XtraBars.Docking2010.Views.WindowsUI.TileClickEventArgs.
#Remarks
The Click event allows you to respond to an end-user clicking a Tile within the specific TileContainer. The same can be performed for any Tile within the entire WindowsUIView via the WindowsUIView.TileClick event.
To respond to an end-user clicking individual Tiles, handle the BaseTile.Click event instead.
The Click event follows the TileContainer.Press event, which occurs immediately after a Tile is clicked, but has not yet been released yet.