BindableProperty.SupportsChangeEvents Property
Gets a value indicating whether value change notifications for this property may originate from outside the property descriptor.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property SupportsChangeEvents As Boolean
public override bool SupportsChangeEvents { get; }
public:
virtual property bool SupportsChangeEvents {
bool get () override;
}
public override function get SupportsChangeEvents () : boolean
Return Value
Always returns truetrue (True in Visual Basic).
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace