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

Raises ItemChanged event

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

Syntax

C#
protected virtual void OnItemChanged(
	ListWithEvents<(Of <(<'T>)>)>..::..OldNewItemEventArgs e
)
Visual Basic
Protected Overridable Sub OnItemChanged ( _
	e As ListWithEvents<(Of <(<'T>)>)>..::..OldNewItemEventArgs _
)
Visual C++
protected:
virtual void OnItemChanged(
	ListWithEvents<(Of <(<'T>)>)>..::..OldNewItemEventArgs^ e
)
F#
abstract OnItemChanged : 
        e:ListWithEvents<(Of <(<'T>)>)>..::..OldNewItemEventArgs -> unit 
override OnItemChanged : 
        e:ListWithEvents<(Of <(<'T>)>)>..::..OldNewItemEventArgs -> unit 
JScript
protected function OnItemChanged(
	e : ListWithEvents<(Of <(<'T>)>)>..::..OldNewItemEventArgs
)

Remarks

Note for inheritors: Always call base class method OnItemChanged(ListWithEvents<(Of <<'(T>)>>)..::..OldNewItemEventArgs) in order the event to be raised.

Exceptions

ExceptionCondition
Tools.ComponentModelT..::..MultipleExceptionMultiple exceprions were thrown by delegate being called. All delegates are called even when exception is thrown.

See Also

Collapse/expand Version History

1.5.2