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