Class Behavior

    Definition

    Namespace:
    Tizen.NUI.Binding
    Assembly:
    Tizen.NUI.dll
    public abstract class Behavior : BindableObject, IDynamicResourceHandler
    Inheritance
    object
    BindableObject
    Behavior
    Derived
    Behavior<T>
    Behavior<T>
    Implements
    IDynamicResourceHandler

    Properties

    View Source

    AssociatedType

    Declaration
    protected Type AssociatedType { get; }
    Property Value
    Type Description
    Type

    Methods

    View Source

    OnAttachedTo(BindableObject)

    Declaration
    protected virtual void OnAttachedTo(BindableObject bindable)
    Parameters
    Type Name Description
    BindableObject bindable
    View Source

    OnDetachingFrom(BindableObject)

    Declaration
    protected virtual void OnDetachingFrom(BindableObject bindable)
    Parameters
    Type Name Description
    BindableObject bindable

    Implements

    IDynamicResourceHandler

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    BindableObjectExtensions.SetBinding(BindableObject, BindableProperty, string, BindingMode, IValueConverter, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX