PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyGridGroupsCollection Class / CollectionChanging Event

In This Topic
    CollectionChanging Event
    In This Topic
    Syntax
    'Declaration
     
    
    <NullableAttribute(2)>
    Public Event CollectionChanging As NotifyCollectionChangedEventHandler
    [Nullable(2)]
    public event NotifyCollectionChangedEventHandler CollectionChanging
    Event Data

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

    PropertyDescription
     
     
     
     
     
    See Also