FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / INotifyCollection Interface / CollectionChanged Event

In This Topic
    CollectionChanged Event
    In This Topic
    Occurs when a collection changed.
    Syntax
    'Declaration
     
    Event CollectionChanged As NotifyCollectionEventHandler
    event NotifyCollectionEventHandler CollectionChanged
    Event Data

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

    PropertyDescription
    Gets the action that caused the event.  
    Gets the index of the item that is affected by the change.  
    See Also