Skip to main content

BaseTile.Press Event

Occurs immediately after the BaseTile was 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 the BaseTile. You can handle it to perform specific actions which occur if a Tile is being pressed for some length of time. When the Tile is eventually released, the BaseTile.Click event occurs.

You can also handle the TileContainer.Press event for the entire TileContainer instead of handling the Press event for each particular Tile within this container.

See Also