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.

Namespace:  C1.Win.C1Preview
Assembly:  C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)

Syntax

C#
public event VisitedDocumentAddingEventHandler VisitedDocumentAdding
Visual Basic
Public Event VisitedDocumentAdding As VisitedDocumentAddingEventHandler

See Also