[This is preliminary documentation and is subject to change.]
Raises Cleared event
Namespace: Tools.CollectionsT.GenericTAssembly: 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 ) |
Parameters
- e
- Type: Tools.CollectionsT.GenericT..::..ListWithEvents<(Of <(<'T>)>)>..::..ItemsEventArgs
Event arguments
Remarks
Note for inheritors: Always call base class method OnCleared(ListWithEvents<(Of <<'(T>)>>)..::..ItemsEventArgs) in order the event to be raised
Exceptions
| Exception | Condition |
|---|---|
| Tools.ComponentModelT..::..MultipleException | Multiple exceptions were thrown by event handlers being invoked. All handlers are always invoked, even hen excption occurs. |
See Also
Version History
1.5.2
- Added support for ICollectionNotifyItem and MultipleException.