ControlReleasingEventArgs Properties
Provides data for the BaseView.ControlReleasing event.Name | Description |
---|---|
Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
DisposeControl | Gets or sets whether a content object should be disposed of after it has been unbound from a document. |
Document | The Document related to the current event. Inherited from DocumentCancelEventArgs. |
KeepControl | Gets or sets whether a deselected Document’s content should be kept. |
See Also