PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.6 Assembly / C1.Win.C1Preview Namespace / VisitedDocumentCollection Class / Changed Event

In This Topic
    Changed Event (VisitedDocumentCollection)
    In This Topic
    Occurs after a change has been made to the current collection.
    Syntax
    'Declaration
     
    Public Event Changed As EventCollectionChangeEventHandler
    public event EventCollectionChangeEventHandler Changed
    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