WindowsUIView.TileRemoved Event
Occurs when a Tile is removed from the current WindowsUIView.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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