Back to Devexpress

BaseTile.Press Event

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-basetile-385b7695.md

latest2.1 KB
Original Source

BaseTile.Press Event

Occurs immediately after the BaseTile was pressed.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public event TileEventHandler Press
vb
Public Event Press As TileEventHandler

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

Press

Click

BaseTile Class

BaseTile Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace