Back to Devexpress

BaseTile.Click Event

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-basetile-764418fc.md

latest2.5 KB
Original Source

BaseTile.Click Event

Occurs when an end-user clicks the current Tile.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public event TileClickEventHandler Click
vb
Public Event Click As TileClickEventHandler

Event Data

The Click event's data class is DevExpress.XtraBars.Docking2010.Views.WindowsUI.TileClickEventArgs.

Remarks

Handle the Click event to respond to an end-user clicking the specific Tile at runtime. You can also perform global actions common to all Tiles within an individual TileContainer or the entire WindowsUIView when clicked. Accomplish this by handling the TileContainer.Click or WindowsUIView.TileClick events respectively.

When an end-user clicks a Tile, the BaseTile.Press event occurs immediately. In turn, the Click event is fired only after the clicked Tile is released.

See Also

Click

TileClick

Press

BaseTile Class

BaseTile Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace