PropertyChangedEventArgsTNewValue Property |
Gets the new (current) value of the property.
Namespace:
Enkoni.Framework
Assembly:
Enkoni.Framework (in Enkoni.Framework.dll) Version: 1.3.0.1
Syntaxpublic T NewValue { get; }
Public ReadOnly Property NewValue As T
Get
public:
property T NewValue {
T get ();
}
member NewValue : 'T with get
Property Value
Type:
T
See Also