Class Behavior

Definition

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

Properties

View Source

AssociatedType

Declaration
C#
Copy
protected Type AssociatedType { get; }
Property Value
Type Description
Type

Methods

View Source

OnAttachedTo(BindableObject)

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

OnDetachingFrom(BindableObject)

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

Implements

Extension Methods