Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / VisitedDocumentAddingEventHandler Delegate
The source of the event.
VisitedDocumentAddingEventArgs object containing event data.

In This Topic
    VisitedDocumentAddingEventHandler Delegate
    In This Topic
    Represents a method that can handle the C1PreviewPane.VisitedDocumentAdding event (occurring when a new item is being added to the VisitedDocuments collection).
    Syntax
    'Declaration
     
    Public Delegate Sub VisitedDocumentAddingEventHandler( _
       ByVal sender As Object, _
       ByVal e As VisitedDocumentAddingEventArgs _
    ) 
    public delegate void VisitedDocumentAddingEventHandler( 
       object sender,
       VisitedDocumentAddingEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    VisitedDocumentAddingEventArgs object containing event data.
    See Also