[This is preliminary documentation and is subject to change.]
Raises Removed event
Namespace: Tools.CollectionsT.GenericTAssembly: 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 ) |
Parameters
- e
- Type: Tools.CollectionsT.GenericT..::..ListWithEvents<(Of <(<'T>)>)>..::..ItemIndexEventArgs
Event arguments
Remarks
Note for inheritors: Always call base class method OnRemoved(ListWithEvents<(Of <<'(T>)>>)..::..ItemIndexEventArgs) in order the event to be raised
Exceptions
| Exception | Condition |
|---|---|
| Tools.ComponentModelT..::..MultipleException | Multiple exceprions were thrown by ebent handlers being called. All event handlers are called wven when exception is thrown. |
See Also
Version History
1.5.2
- Added support for ICollectionNotifyItem and MultipleException.