ItemCancelEventArgs(Boolean, BaseLayoutItem) Constructor
Initializes a new instance of the ItemCancelEventArgs class with the specified settings.
Namespace: DevExpress.Xpf.Docking.Base
Assembly: DevExpress.Xpf.Docking.v25.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| cancel | Boolean | A Boolean value used to initialize the ItemCancelEventArgs.Cancel property. |
| item | BaseLayoutItem | A BaseLayoutItem object being processed. This value is used to initialize the ItemEventArgs.Item property. |
See Also