BindableObject Constructor

Definition

Initializes a new instance of the BindableObject class.

public:
 BindableObject();
public BindableObject ();
Public Sub New ()

Remarks

The BindableObject class is abstract, and this constructor is protected. It is invoked by child constructors.

Applies to