Back to Devexpress

TileLayoutControl.TileClick Event

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-tilelayoutcontrol.md

latest1.8 KB
Original Source

TileLayoutControl.TileClick Event

Occurs after a 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<TileClickEventArgs> TileClick
vb
Public Event TileClick As EventHandler(Of TileClickEventArgs)

Event Data

The TileClick event's data class is TileClickEventArgs. The following properties provide information specific to this event:

PropertyDescription
TileGets the tile that has been clicked.

Remarks

Handle the TileClick event to perform the required action each time the end-user clicks a tile. The processed tile is returned by the event parameter’s TileClickEventArgs.Tile property.

Individual tiles provide the Tile.Click event, allowing you to perform the action when the corresponding tile is clicked.

See Also

Click

TileLayoutControl Class

TileLayoutControl Members

DevExpress.Xpf.LayoutControl Namespace