INotifyPropertyChangedAttribute.IncludeAdditionalHelperMethods Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether or not to also generate all the additional helper methods that are found
in ObservableObject as well (eg. SetProperty<T>(T, T, String).
If set to false
, only the PropertyChanged event and
the two OnPropertyChanged(PropertyChangedEventArgs) overloads will be generated.
The default value is true
.
public bool IncludeAdditionalHelperMethods { get; set; }
member this.IncludeAdditionalHelperMethods : bool with get, set
Public Property IncludeAdditionalHelperMethods As Boolean