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.
Namespace: KGySoft.ComponentModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 7.2.0
public static Object MissingProperty { get; }
Public Shared ReadOnly Property MissingProperty As Object
Get
public:
static property Object^ MissingProperty {
Object^ get ();
}
static member MissingProperty : Object with get
Property Value
Object Reading the property when it has no value may return a default value or can cause to recreate a value.