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.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public Object? NewValue { get; }

Property Value

Object

See Also