Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / LoadVisitedDocument Event

In This Topic
    LoadVisitedDocument Event
    In This Topic
    Occurs if HistoryOptions.VisitedDocumentStorage on the current preview pane is set to VisitedDocumentStorageEnum.User, and a previously saved visited document should be loaded from history.
    Syntax
    '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.

    PropertyDescription
    Gets or sets the document being loaded.  
    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