Skip to main content

TileClickEventArgs(Tile) Constructor

Initializes a new instance of the TileClickEventArgs class.

Namespace: DevExpress.Xpf.LayoutControl

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

NuGet Package: DevExpress.Wpf.LayoutControl

Declaration

public TileClickEventArgs(
    Tile tile
)

Parameters

Name Type Description
tile Tile

A Tile object that is the tile currently being processed. This value is assigned to the TileClickEventArgs.Tile property.

See Also