[]
        
(Showing Draft Content)

C1.Win.C1Preview.HistoryItemAddingEventHandler

HistoryItemAddingEventHandler Delegate

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.PrintPreview.8.dll
Syntax
public delegate void HistoryItemAddingEventHandler(object sender, HistoryItemAddingEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

HistoryItemAddingEventArgs e

HistoryItemAddingEventArgs object containing event data.

Constructors

Name Description
HistoryItemAddingEventHandler(object, nint)

Methods

Name Description
BeginInvoke(object, HistoryItemAddingEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, HistoryItemAddingEventArgs)