[This is preliminary documentation and is subject to change.]
Represents common base for all IReportsChange..::..ValueChangedEventArgs<(Of <(<'T>)>)> generic's instances
Namespace: ToolsAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public abstract class ValueChangedEventArgsBase : PropertyChangedEventArgs |
| Visual Basic |
|---|
Public MustInherit Class ValueChangedEventArgsBase _ Inherits PropertyChangedEventArgs |
| Visual C++ |
|---|
public ref class ValueChangedEventArgsBase abstract : public PropertyChangedEventArgs |
| F# |
|---|
[<AbstractClassAttribute>] type ValueChangedEventArgsBase = class inherit PropertyChangedEventArgs end |
| JScript |
|---|
public abstract class ValueChangedEventArgsBase extends PropertyChangedEventArgs |
Inheritance Hierarchy
System..::..Object
System..::..EventArgs
System.ComponentModel..::..PropertyChangedEventArgs
Tools..::..IReportsChange..::..ValueChangedEventArgsBase
Tools..::..IReportsChange..::..ValueChangedEventArgs<(Of <(<'T>)>)>
System..::..EventArgs
System.ComponentModel..::..PropertyChangedEventArgs
Tools..::..IReportsChange..::..ValueChangedEventArgsBase
Tools..::..IReportsChange..::..ValueChangedEventArgs<(Of <(<'T>)>)>
See Also
Version History
1.5.2
- Derives PropertyChangedEventArgs instead of EventArgs