Represents a method that can handle the HistoryItemAdding event (occurring when a new item is being added to the ViewHistory collection).

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

Syntax

C#
public delegate void HistoryItemAddingEventHandler(
	Object sender,
	HistoryItemAddingEventArgs e
)
Visual Basic
Public Delegate Sub HistoryItemAddingEventHandler ( _
	sender As Object, _
	e As HistoryItemAddingEventArgs _
)

Parameters

sender
Type: System..::..Object
The source of the event.
e
Type: C1.Win.C1Preview..::..HistoryItemAddingEventArgs
HistoryItemAddingEventArgs object containing event data.

See Also