Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • 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