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

Raises Cleared event

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

Syntax

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

Remarks

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

Exceptions

ExceptionCondition
Tools.ComponentModelT..::..MultipleExceptionMultiple exceptions were thrown by event handlers being invoked. All handlers are always invoked, even hen excption occurs.

See Also

Collapse/expand Version History

1.5.2