Class BindableObject

    Definition

    Namespace:
    Tizen.NUI.Binding
    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
    object
    BindableObject
    Derived
    ViewStyle
    ViewStyle
    Theme
    Theme
    Implements
    System.ComponentModel.INotifyPropertyChanged

    Properties

    View Source

    ChangedPropertiesSetExcludingStyle

    Declaration
    protected HashSet<BindableProperty> ChangedPropertiesSetExcludingStyle { get; }
    Property Value
    Type Description
    System.Collections.Generic.HashSet<T><Tizen.NUI.Binding.BindableProperty>

    Events

    View Source

    PropertyChanged

    Raised when a property has changed.

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX