Class BindableObject
Definition
- Assembly:
- Tizen.NUI.dll
Provides a mechanism by which application developers can propagate changes that are made to data in one object to another.
public abstract class BindableObject : INotifyPropertyChanged
- Inheritance
-
objectBindable
Object
- Derived
- Implements
-
System.
Component Model. INotify Property Changed
Properties
View SourceChangedPropertiesSetExcludingStyle
Declaration
protected HashSet<BindableProperty> ChangedPropertiesSetExcludingStyle { get; }
Property Value
Type | Description |
---|---|
System. |
Events
View SourcePropertyChanged
Raised when a property has changed.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type | Description |
---|---|
System. |
Implements
System.ComponentModel.INotifyPropertyChanged