Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ControlValidatorCollection Class / CollectionChanged Event


In This Topic
    CollectionChanged Event (ControlValidatorCollection)
    In This Topic
    Syntax
    'Declaration
     
    <__DynamicallyInvokableAttribute()>
    Public Event CollectionChanged As NotifyCollectionChangedEventHandler
    'Usage
     
    Dim instance As ControlValidatorCollection
    Dim handler As NotifyCollectionChangedEventHandler
     
    AddHandler instance.CollectionChanged, handler
    [__DynamicallyInvokable()]
    public event NotifyCollectionChangedEventHandler CollectionChanged
    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