Skip to main content

WindowsUIView.TileCheckedChanged Event

Occurs when the checked state for any Tile within the current WindowsUIView was changed.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public event TileEventHandler TileCheckedChanged

Event Data

The TileCheckedChanged event's data class is DevExpress.XtraBars.Docking2010.Views.WindowsUI.TileEventArgs.

Remarks

Tiles can be checked/unchecked by an end-user at runtime via the right mouse button click. Handle the TileCheckedChanged event to respond to checking/unchecking any Tile within a Windows UI View. The TileItem.CheckedChanged event for every individual Tile is raised as well.

The capability to change the tile’s checked state at runtime is specified via the IBaseTileProperties.AllowCheck property.

See Also