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

In This Topic
    Changing Event (ViewHistoryItemCollection)
    In This Topic
    Occurs when a change is about to be made to the current collection.
    Syntax
    'Declaration
     
    Public Event Changing As EventCollectionChangeEventHandler
    public event EventCollectionChangeEventHandler Changing
    Event Data

    The event handler receives an argument of type EventCollectionChangeEventArgs containing data related to this event. The following EventCollectionChangeEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the type of collection's changing.  
    Gets the index within collection where changing occurs.  
    Gets the new object at specified index.  
    Gets the old object at specified index.  
    See Also