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

In This Topic
    VisitedDocumentAdding Event
    In This Topic
    Occurs when a new VisitedDocument object is being added to the VisitedDocuments collection of the current preview pane. Adding can be cancelled in the event handler.
    Syntax
    'Declaration
     
    Public Event VisitedDocumentAdding As VisitedDocumentAddingEventHandler
    public event VisitedDocumentAddingEventHandler VisitedDocumentAdding
    Event Data

    The event handler receives an argument of type VisitedDocumentAddingEventArgs containing data related to this event. The following VisitedDocumentAddingEventArgs properties provide information specific to this event.

    PropertyDescription
    (Inherited from System.ComponentModel.CancelEventArgs)
    The VisitedDocument object that is about to be added.  
    See Also