| PropertyValueChangedArgsTValuePropertyName Property |
Read-only property holding the property's name.
Namespace:
BionicCode.Utilities.Net.Standard.ViewModel
Assembly:
BionicCode.Utilities.Net.Standard (in BionicCode.Utilities.Net.Standard.dll) Version: 1.0.3
Syntax public string PropertyName { get; }
member PropertyName : string with get
/** @property */
public String get_PropertyName()
function get PropertyName () : String
function get_PropertyName();
PROPERTY PropertyName AS STRING GET
Property Value
Type:
StringThe name of the changed property.
See Also