Tile.Click Event
In This Article
Occurs after the tile has been clicked.
Namespace: DevExpress.Xpf.LayoutControl
Assembly: DevExpress.Xpf.LayoutControl.v14.2.dll
#Declaration
#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