[]
        
(Showing Draft Content)

C1.Android.Core.C1Behavior-1

C1Behavior<T> Class

Base class for control behaviors.

Inheritance
C1Behavior<T>
Namespace: C1.Android.Core
Assembly: C1.Android.Core.dll
Syntax
public abstract class C1Behavior<T> : Object where T : View
Type Parameters
Name Description
T

Constructors

Name Description
C1Behavior()

Methods

Name Description
Attach(T)

Attaches the behavior to a Android.Views.View.

Detach(T)

Detaches the behavior from the Android.Views.View.

OnAttachedTo(T)

Called when the behavior is attached to the control.

OnDetachingFrom(T)

Called before the behavior is detached from the control.