[This is preliminary documentation and is subject to change.]
Namespace: Tools.WindowsT.IndependentTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
protected virtual void OnChanged( EventArgs e ) |
| Visual Basic |
|---|
Protected Overridable Sub OnChanged ( _ e As EventArgs _ ) |
| Visual C++ |
|---|
protected: virtual void OnChanged( EventArgs^ e ) |
| F# |
|---|
abstract OnChanged : e:EventArgs -> unit override OnChanged : e:EventArgs -> unit |
| JScript |
|---|
protected function OnChanged( e : EventArgs ) |
Parameters
- e
- Type: System..::..EventArgs
Event parameters - should be IReportsChange..::..ValueChangedEventArgs<(Of <(<'T>)>)> or CollectionChangeEventArgs<(Of <(<'TItem>)>)>
See Also
Version History
1.5.2
- Added raising of PropertyChanged