Back to Devexpress

BaseTile.CheckedChanged Event

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-basetile-67b401b7.md

latest2.1 KB
Original Source

BaseTile.CheckedChanged Event

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

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public event TileEventHandler CheckedChanged
vb
Public Event CheckedChanged As TileEventHandler

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.

See Also

Checked

AllowCheck

BaseTile Class

BaseTile Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace