BaseTile.CheckedChanged Event
Occurs when the current Tile‘s check state has been changed.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The CheckedChanged event's data class is DevExpress.XtraBars.Docking2010.Views.WindowsUI.TileEventArgs.
Remarks
Users can check/uncheck Tiles at runtime via the right mouse button click. Checked Tiles are marked with the check sign at the top right corner:
To check/uncheck a Tile in code, use the BaseTile.Checked property. Changing a tile’s check state fires the CheckedChanged event. The IBaseTileProperties.AllowCheck property determines whether Tile checking is allowed.