Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / HistoryItemAdding Event

In This Topic
    HistoryItemAdding Event
    In This Topic
    Occurs when a new ViewHistoryItem object is being added to the ViewHistory collection. The event handler can cancel this adding.
    Syntax
    '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.

    PropertyDescription
    (Inherited from System.ComponentModel.CancelEventArgs)
    The ViewHistoryItem object that is about to be added.  
    See Also