Skip to main content

WindowsUIView.TileRemoved Event

Occurs when a Tile is removed from the current WindowsUIView.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public event TileEventHandler TileRemoved

Event Data

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

Remarks

WindowsUIView‘s Tiles are stored in the WindowsUIView.Tiles collection. Adding or removing Tiles fires the WindowsUIView.TileAdded or TileRemoved events respectively.

See Also