DocumentCancelEventArgs Properties
Provides data for the BaseView.DocumentClosing event.| Name | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
| Document | The Document related to the current event. |
See Also