Skip to main content
A newer version of this page is available.

DocumentClosingEventArgs Properties

Provides data for the SnapControl.DocumentClosing event.
Name Description
Cancel Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
Handled Specifies whether or not the SnapControl.DocumentClosing event was handled.
InterimDataSources Provides access to the interim document data sources that have been created by an end-user during a document editing session.
See Also