ObservableObjectBaseMissingProperty Property

Represents the value of a missing property value. Can be returned in PropertyChangedExtendedEventArgs by the PropertyChanged event if the stored value of the property has just been created and had no previous value, or when a property has been removed from the inner storage.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 7.2.0
C#
public static Object MissingProperty { get; }

Property Value

Object

Remarks

  Note

Reading the property when it has no value may return a default value or can cause to recreate a value.

See Also