[This is preliminary documentation and is subject to change.]
Extends PropertyChangingEventArgs by adding the ProposedNewValue property
Namespace: Tools.ComponentModelTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public class PropertyChangingEventArgsEx : PropertyChangingEventArgs |
| Visual Basic |
|---|
Public Class PropertyChangingEventArgsEx _ Inherits PropertyChangingEventArgs |
| Visual C++ |
|---|
public ref class PropertyChangingEventArgsEx : public PropertyChangingEventArgs |
| F# |
|---|
type PropertyChangingEventArgsEx = class inherit PropertyChangingEventArgs end |
| JScript |
|---|
public class PropertyChangingEventArgsEx extends PropertyChangingEventArgs |
Inheritance Hierarchy
System..::..Object
System..::..EventArgs
System.ComponentModel..::..PropertyChangingEventArgs
Tools.ComponentModelT..::..PropertyChangingEventArgsEx
Tools.ComponentModelT..::..PropertyChangingEventArgsEx<(Of <(<'TValue>)>)>
System..::..EventArgs
System.ComponentModel..::..PropertyChangingEventArgs
Tools.ComponentModelT..::..PropertyChangingEventArgsEx
Tools.ComponentModelT..::..PropertyChangingEventArgsEx<(Of <(<'TValue>)>)>
See Also
Version History
1.5.3
- (Nightly) This class is new in version 1.5.3