[]
        
(Showing Draft Content)

C1.Win.C1Preview.LoadVisitedDocumentEventArgs

LoadVisitedDocumentEventArgs Class

Contains data for the LoadVisitedDocument event of a C1PreviewPane.

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

Constructors

Name Description
LoadVisitedDocumentEventArgs(object)

Initializes a new instance of the LoadVisitedDocumentEventArgs class.

Properties

Name Description
Document

Gets or sets the document being loaded.

See Also