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.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 7.0.0-preview.3
Syntax
Property Value
Type: ObjectRemarks
![]() |
---|
Reading the property when it has no value may return a default value or can cause to recreate a value. |
See Also