Class Behavior<T>

    Definition

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

    Constructors

    View Source

    Behavior()

    Declaration
    protected Behavior()

    Methods

    View Source

    OnAttachedTo(T)

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

    OnAttachedTo(BindableObject)

    Declaration
    protected override void OnAttachedTo(BindableObject bindable)
    Parameters
    Type Name Description
    BindableObject bindable
    Overrides
    Behavior.OnAttachedTo(BindableObject)
    View Source

    OnDetachingFrom(T)

    Declaration
    protected virtual void OnDetachingFrom(T bindable)
    Parameters
    Type Name Description
    T bindable
    View Source

    OnDetachingFrom(BindableObject)

    Declaration
    protected override void OnDetachingFrom(BindableObject bindable)
    Parameters
    Type Name Description
    BindableObject bindable
    Overrides
    Behavior.OnDetachingFrom(BindableObject)

    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