[This is preliminary documentation and is subject to change.]
Argument události změny vlastnosti
Namespace: Tools.ExperimentalAssembly: Tools Experimental (in Tools Experimental.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public class PropertyChangingEventArgs<T> : EventArgs |
| Visual Basic |
|---|
Public Class PropertyChangingEventArgs(Of T) _ Inherits EventArgs |
| Visual C++ |
|---|
generic<typename T> public ref class PropertyChangingEventArgs : public EventArgs |
| F# |
|---|
type PropertyChangingEventArgs<'T> = class inherit EventArgs end |
| JScript |
|---|
|
Type Parameters
- T
- Typ hodnoty vlastnosti
Inheritance Hierarchy
System..::..Object
System..::..EventArgs
Tools.Experimental..::..PropertyChangingEventArgs<(Of <(<'T>)>)>
System..::..EventArgs
Tools.Experimental..::..PropertyChangingEventArgs<(Of <(<'T>)>)>