'Declaration Public Event HistoryItemAdding As HistoryItemAddingEventHandler
public event HistoryItemAddingEventHandler HistoryItemAdding
Event Data
The event handler receives an argument of type HistoryItemAddingEventArgs containing data related to this event. The following HistoryItemAddingEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
HistoryItem | The ViewHistoryItem object that is about to be added. |
See Also