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#Copypublic abstract class BindableObject : INotifyPropertyChanged, IDynamicResourceHandler
- Inheritance
-
System.ObjectBindableObject
- Derived
-
Tizen.NUI.Binding.BehaviorTizen.NUI.Binding.ElementTizen.NUI.Binding.TriggerBaseTizen.NUI.Components.ButtonGroupTizen.NUI.DefaultBorder
- Implements
-
System.ComponentModel.INotifyPropertyChanged
Properties
Declaration
C#Copyprotected HashSet<BindableProperty> ChangedPropertiesSetExcludingStyle { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.HashSet<Tizen.NUI.Binding.BindableProperty> |
Events
Declaration
C#Copypublic event PropertyChangedEventHandler PropertyChanged
Event Type
Type | Description |
---|---|
System.ComponentModel.PropertyChangedEventHandler |
API Level: 9
Implements
System.ComponentModel.INotifyPropertyChanged