'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.
Property | Description |
---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
VisitedDocument | The VisitedDocument object that is about to be added. |
See Also