OnPropertyChangedPattern
Gets or sets a regular expression pattern used to identify a method invoked after the property has changed.
All occurrences of the substring {PropertyName} will be replaced with the name
determined according to PropertyNamePattern before the expression is evaluated. The default value is On{PropertyName}Changed.
Declaration
public string? OnPropertyChangedPattern { get; init; }Property Value
| Type | Description |
|---|---|
| string |