C1.Win.C1Report.4 Assembly > C1.Win.C1Preview Namespace > C1PreviewPane Class : HistoryItemAdding Event |
'Declaration Public Event HistoryItemAdding As HistoryItemAddingEventHandler
public event HistoryItemAddingEventHandler HistoryItemAdding
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. |