Skip to main content

TileContainer.CheckedChanged Event

Occurs when any Tile‘s checked state within the current TileContainer was 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

Tiles can be checked/unchecked via the right mouse button click at runtime. The IBaseTileProperties.AllowCheck property specifies if this behavior is enabled. Handle the BaseTile.CheckedChanged event to respond to checked state change for individual Tiles. The CheckedChanged event allows you to respond to an end-user changing a checked state for any Tile within the current TileContainer.

See Also