[]
        
(Showing Draft Content)

C1.Win.C1Preview.SaveVisitedDocumentEventArgs

SaveVisitedDocumentEventArgs Class

Contains data for the SaveVisitedDocument event of a C1PreviewPane.

Inheritance
SaveVisitedDocumentEventArgs
Namespace: C1.Win.C1Preview
Assembly: C1.Win.PrintPreview.8.dll
Syntax
public class SaveVisitedDocumentEventArgs : EventArgs

Constructors

Name Description
SaveVisitedDocumentEventArgs(object)

Initializes a new instance of the SaveVisitedDocumentEventArgs class.

Properties

Name Description
UserData

Gets or sets arbitrary data associated with the current object. Typically this data is filled on saving a document, and can be used when that document is loaded.

See Also