Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / HistoryItemAddingEventHandler Delegate
The source of the event.
HistoryItemAddingEventArgs object containing event data.

In This Topic
    HistoryItemAddingEventHandler Delegate
    In This Topic
    Represents a method that can handle the HistoryItemAdding event (occurring when a new item is being added to the ViewHistory collection).
    Syntax
    'Declaration
     
    Public Delegate Sub HistoryItemAddingEventHandler( _
       ByVal sender As Object, _
       ByVal e As HistoryItemAddingEventArgs _
    ) 
    public delegate void HistoryItemAddingEventHandler( 
       object sender,
       HistoryItemAddingEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    HistoryItemAddingEventArgs object containing event data.
    See Also