'Declaration Public Event SaveVisitedDocument As SaveVisitedDocumentEventHandler
public event SaveVisitedDocumentEventHandler SaveVisitedDocument
Event Data
The event handler receives an argument of type SaveVisitedDocumentEventArgs containing data related to this event. The following SaveVisitedDocumentEventArgs properties provide information specific to this event.
Property | 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