SortableCollection.CollectionChanged Event
Occurs when the collection changes.
Namespace: Microsoft.Expression.Encoder
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)
Syntax
'Declaration
Public Event CollectionChanged As NotifyCollectionChangedEventHandler
'Usage
Dim instance As SortableCollection(Of T)
Dim handler As NotifyCollectionChangedEventHandler
AddHandler instance.CollectionChanged, handler
public event NotifyCollectionChangedEventHandler CollectionChanged
public:
virtual event NotifyCollectionChangedEventHandler^ CollectionChanged {
void add (NotifyCollectionChangedEventHandler^ value) sealed;
void remove (NotifyCollectionChangedEventHandler^ value) sealed;
}
/** @event */
public final void add_CollectionChanged (NotifyCollectionChangedEventHandler value)
/** @event */
public final void remove_CollectionChanged (NotifyCollectionChangedEventHandler value)
See Also
Reference
SortableCollection Generic Class
SortableCollection Members
Microsoft.Expression.Encoder Namespace