[This is preliminary documentation and is subject to change.]
Raises the INotifyCollectionChanged_CollectionChanged event
Namespace: Tools.CollectionsT.GenericTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] protected virtual void OnINotifyCollectionChanged_CollectionChanged( NotifyCollectionChangedEventArgs e ) |
| Visual Basic |
|---|
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _ Protected Overridable Sub OnINotifyCollectionChanged_CollectionChanged ( _ e As NotifyCollectionChangedEventArgs _ ) |
| Visual C++ |
|---|
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)] protected: virtual void OnINotifyCollectionChanged_CollectionChanged( NotifyCollectionChangedEventArgs^ e ) |
| F# |
|---|
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>] abstract OnINotifyCollectionChanged_CollectionChanged : e:NotifyCollectionChangedEventArgs -> unit [<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>] override OnINotifyCollectionChanged_CollectionChanged : e:NotifyCollectionChangedEventArgs -> unit |
| JScript |
|---|
protected function OnINotifyCollectionChanged_CollectionChanged( e : NotifyCollectionChangedEventArgs ) |
Parameters
- e
- Type: System.Collections.Specialized..::..NotifyCollectionChangedEventArgs
Event arguments
Remarks
This method shall be called whenever OnCollectionChanged(ListWithEvents<(Of <<'(T>)>>)..::..ListChangedEventArgs) is called.
See Also
Version History
1.5.3
- Method introduced