BaseLayoutItem.Showing Event
Fires when the item is about to be added to the layout (by dragging it from the Customization Form).
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The Showing event's data class is EventArgs.
Remarks
The BaseLayoutItem.Shown event fires after a layout item has been added to the layout.
See Also