PropertyChangedMethod
Gets or sets the name of the method that will be called when the the property value has changed.
Declaration
public string? PropertyChangedMethod { get; set; }
Property Value
Type | Description |
---|---|
string |
Remarks
The method must be declared in the same class as the target property.
If this property is not set then the default OnFooChanged
value is used, where Foo
is the name of the target property.