LayoutItemHiddenEventArgs(BaseLayoutItem) Constructor
Initializes a new instance of the LayoutItemHiddenEventArgs class with the specified settings.
Namespace: DevExpress.Xpf.Docking.Base
Assembly: DevExpress.Xpf.Docking.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | BaseLayoutItem | A BaseLayoutItem object that represents the current item. |
See Also