Class Behavior<T>

Definition

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

Constructors

View Source

Behavior()

Declaration
C#
Copy
protected Behavior()

Methods

View Source

OnAttachedTo(T)

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

OnAttachedTo(BindableObject)

Declaration
C#
Copy
protected override void OnAttachedTo(BindableObject bindable)
Parameters
Type Name Description
BindableObject bindable
Overrides
View Source

OnDetachingFrom(T)

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

OnDetachingFrom(BindableObject)

Declaration
C#
Copy
protected override void OnDetachingFrom(BindableObject bindable)
Parameters
Type Name Description
BindableObject bindable
Overrides

Implements

Extension Methods