'Declaration Public Event LoadVisitedDocument As LoadVisitedDocumentEventHandler
public event LoadVisitedDocumentEventHandler LoadVisitedDocument
Event Data
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) |
See Also