Back to Devexpress

LayoutControl.ItemRemoved Event

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-8507ebf3.md

latest1.3 KB
Original Source

LayoutControl.ItemRemoved Event

Fires after a layout item has been removed from the Items collection of its parent.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Behavior")]
public event EventHandler ItemRemoved
vb
<DXCategory("Behavior")>
Public Event ItemRemoved As EventHandler

Event Data

The ItemRemoved event's data class is EventArgs.

Remarks

This event serves as a notification and cannot be used to prevent an item from being removed.

The event’s sender parameter represents the removed item.

See Also

ItemAdded

LayoutControl Class

LayoutControl Members

DevExpress.XtraLayout Namespace