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

Raises Added event

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

Syntax

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

Remarks

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

Exceptions

ExceptionCondition
Tools.ComponentModelT..::..MultipleExceptionMultiple exceptions were thrown by event handlers being called. All handler are always invoked, even when exception occurs.

See Also

Collapse/expand Version History

1.5.2