Class BindableObject

Definition

Namespace:
Tizen.NUI.Binding
Assembly:
Tizen.NUI.dll
API Level:
9

Provides a mechanism by which application developers can propagate changes that are made to data in one object to another.

C#
Copy
public abstract class BindableObject : INotifyPropertyChanged, IDynamicResourceHandler
Inheritance
System.Object
BindableObject
Derived
Tizen.NUI.Binding.Behavior
Tizen.NUI.Binding.Element
Tizen.NUI.Binding.TriggerBase
Tizen.NUI.Components.ButtonGroup
Tizen.NUI.DefaultBorder
Implements
System.ComponentModel.INotifyPropertyChanged

Events

View Source

PropertyChanged

Raised when a property has changed.

Declaration
C#
Copy
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type Description
PropertyChangedEventHandler
API Level: 9

Implements

System.ComponentModel.INotifyPropertyChanged