Skip to main content

BaseTile.CheckedChanged Event

Occurs when the current Tile‘s check state has been changed.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public event TileEventHandler CheckedChanged

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:

DocumentManager - Checked Tile

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.

See Also