Click or drag to resize

NotifyPropertyChanged Fields

The NotifyPropertyChanged type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberHasNoSubscriber
When there are no subscriber to PropertyChanged event
Public fieldStatic memberHasSubscriberOtherValue
When there are subscribers to PropertyChanged event and the new property value is different than the original property value
Public fieldStatic memberHasSubscriberSameValue
When there are subscribers to PropertyChanged event, but the new property value is the same as the original property value
Top
See Also