DocumentCancelEventArgs(BaseDocument) Constructor
Initializes a new DocumentCancelEventArgs class instance with the specified document.
Namespace: DevExpress.XtraBars.Docking2010.Views
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
document | BaseDocument | The BaseDocument to be closed. The value is assigned to the DocumentCancelEventArgs.Document property. |
See Also