C1.Win.C1Report.4 Assembly > C1.Win.C1Preview Namespace > C1PreviewPane Class : LoadVisitedDocument Event |
'Declaration Public Event LoadVisitedDocument As LoadVisitedDocumentEventHandler
public event LoadVisitedDocumentEventHandler LoadVisitedDocument
The event handler receives an argument of type LoadVisitedDocumentEventArgs containing data related to this event. The following LoadVisitedDocumentEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Document | Gets or sets the document being loaded. |
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. (Inherited from C1.Win.C1Preview.SaveVisitedDocumentEventArgs) |