[This is preliminary documentation and is subject to change.]

Raises the ListChanged event

Namespace: Tools.CollectionsT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
protected virtual void OnListChanged(
	ListChangedEventArgs e
)
Visual Basic
Protected Overridable Sub OnListChanged ( _
	e As ListChangedEventArgs _
)
Visual C++
protected:
virtual void OnListChanged(
	ListChangedEventArgs^ e
)
F#
abstract OnListChanged : 
        e:ListChangedEventArgs -> unit 
override OnListChanged : 
        e:ListChangedEventArgs -> unit 
JScript
protected function OnListChanged(
	e : ListChangedEventArgs
)

Parameters

e
Type: System.ComponentModel..::..ListChangedEventArgs
event arguments

See Also