Click or drag to resize

BindableBase Properties

The BindableBase type exposes the following members.

Properties
  NameDescription
Protected propertyThrowOnInvalidPropertyName
Returns whether an exception is thrown, or if a Debug.Fail() is used when an invalid property name is passed to the VerifyPropertyName method. The default value is false, but subclasses used by unit tests might override this property's getter to return true.
Top
See Also