Skip to main content

TileContainer.Press Event

Occurs immediately after a Tile within the current TileContainer is pressed.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public event TileEventHandler Press

Event Data

The Press event's data class is DevExpress.XtraBars.Docking2010.Views.WindowsUI.TileEventArgs.

Remarks

The event fires immediately after an end-user clicks any Tile within the current TileContainer. You can handle it to perform specific actions which occur if a Tile is pressed for some length of time. When the Tile is eventually released, the TileContainer.Click event occurs.

If you want to handle the Press event for specific Tiles rather than for the entire TileContainer, handle the BaseTile.Press event instead.

See Also