Skip to main content

Tile.Click Event

Occurs after the tile has been clicked.

Namespace: DevExpress.Xpf.LayoutControl

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

#Declaration

public event EventHandler Click

#Event Data

The Click event's handler receives an argument of the EventArgs type.

#Remarks

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

#Implements

DevExpress.Mvvm.Native.IClickable.Click
See Also