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

Raises Removed event

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

Syntax

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

Remarks

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

Exceptions

ExceptionCondition
Tools.ComponentModelT..::..MultipleExceptionMultiple exceprions were thrown by ebent handlers being called. All event handlers are called wven when exception is thrown.

See Also

Collapse/expand Version History

1.5.2