PropertyChangedExtendedEventArgsNewValue Property
Gets the property value after the change or
MissingProperty if the property has just been reset and there is no stored value for it.
Namespace: KGySoft.ComponentModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public Object? NewValue { get; }
Public ReadOnly Property NewValue As Object
Get
public:
property Object^ NewValue {
Object^ get ();
}
member NewValue : Object with get
Property Value
Object