Back to Devexpress

Tile.Click Event

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-tile-72b1b1e5.md

latest1.1 KB
Original Source

Tile.Click Event

Occurs after the tile has been clicked.

Namespace : DevExpress.Xpf.LayoutControl

Assembly : DevExpress.Xpf.LayoutControl.v25.2.dll

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public event EventHandler Click
vb
Public Event Click As EventHandler

Event Data

The Click event's data class is EventArgs.

Remarks

To perform an action each time the end-user clicks the tile, handle the Click event or specify the Tile.Command.

See Also

TileClick

Tile Class

Tile Members

DevExpress.Xpf.LayoutControl Namespace