[This is preliminary documentation and is subject to change.]
Raises ItemChanged event
Namespace: Tools.CollectionsT.GenericTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
protected virtual void OnItemChanged( ListWithEvents<(Of <(<'T>)>)>..::..OldNewItemEventArgs e ) |
| Visual Basic |
|---|
Protected Overridable Sub OnItemChanged ( _ e As ListWithEvents<(Of <(<'T>)>)>..::..OldNewItemEventArgs _ ) |
| Visual C++ |
|---|
protected: virtual void OnItemChanged( ListWithEvents<(Of <(<'T>)>)>..::..OldNewItemEventArgs^ e ) |
| F# |
|---|
abstract OnItemChanged : e:ListWithEvents<(Of <(<'T>)>)>..::..OldNewItemEventArgs -> unit override OnItemChanged : e:ListWithEvents<(Of <(<'T>)>)>..::..OldNewItemEventArgs -> unit |
| JScript |
|---|
protected function OnItemChanged( e : ListWithEvents<(Of <(<'T>)>)>..::..OldNewItemEventArgs ) |
Parameters
- e
- Type: Tools.CollectionsT.GenericT..::..ListWithEvents<(Of <(<'T>)>)>..::..OldNewItemEventArgs
Event arguments
Remarks
Note for inheritors: Always call base class method OnItemChanged(ListWithEvents<(Of <<'(T>)>>)..::..OldNewItemEventArgs) in order the event to be raised.
Exceptions
| Exception | Condition |
|---|---|
| Tools.ComponentModelT..::..MultipleException | Multiple exceprions were thrown by delegate being called. All delegates are called even when exception is thrown. |
See Also
Version History
1.5.2
- Added support for ICollectionNotifyItem and MultipleException