Skip to main content

TileClickEventArgs(Tile) Constructor

In This Article

Initializes a new instance of the TileClickEventArgs class.

Namespace: DevExpress.Xpf.LayoutControl

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

#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