Gets a value indicating whether this data accessor and underlying data object fire notifications, when the property is changed.
Namespace: Dapfor.Wpf.DataAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public override bool SupportsNotifications { get; } |
Visual Basic |
---|
Public Overrides ReadOnly Property SupportsNotifications As Boolean
Get |
Visual C++ |
---|
public:
virtual property bool SupportsNotifications {
bool get () override;
} |
F# |
---|
abstract SupportsNotifications : bool with get
override SupportsNotifications : bool with get |
Property Value
Type:
Booleantrue it the data object implements
INotifyPropertyChanged interface.
Implements
IDataAccessor..::..SupportsNotificationsSee Also