The members of Xamarin.Forms.BindableObject are listed below.
See Also: Inherited members from System.Object
| Initializes a new instance of the BindableObject class. |
static readonly | BindingContextProperty | BindableProperty. Implements the bound property whose interface is provided by the BindableObject.BindingContext property. |
| BindingContext | object. Gets or sets object that contains the properties that will be targeted by the bound properties that belong to this Xamarin.Forms.BindableObject. |
ClearValue(BindableProperty)Clears any value set by BindableObject.SetValue for property. | ||
ClearValue(BindablePropertyKey)Clears any value set by BindableObject.SetValue for the property that is identified by propertyKey. | ||
GetValue(BindableProperty)Returns the value that is contained the BindableProperty. | ||
RemoveBinding(BindableProperty)Removes a previously set binding. | ||
SetBinding(BindableProperty, BindingBase)Assigns a binding to a property. | ||
SetValue(BindableProperty, object)Sets the value of the specified property. | ||
SetValue(BindablePropertyKey, object)Sets the value of the propertyKey. | ||
ApplyBindings(object)Apply the bindings to thisBindableObject.BindingContex. | ||
OnBindingContextChanged()Override this method to execute an action when the BindingContext changes. | ||
OnPropertyChanged(string)Call this method from a child class to notify that a change happened on a property. | ||
OnPropertyChanging(string)Call this method from a child class to notify that a change is going to happen on a property. | ||
static | SetInheritedBindingContext(BindableObject, object)Sets the inherited context to a nested element. | |
UnapplyBindings()Unapply all the bindings. | ||
| BindingContextChanged | Raised whenever the BindableObject.BindingContext property changes. | |
| PropertyChanged | Raised when a property has changed. | |
| PropertyChanging | Raised when a property is about to change. |