[]
        
(Showing Draft Content)

C1.iOS.Core.C1Behavior-1

C1Behavior<T> Class

Base class for control behaviors.

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

Constructors

Name Description
C1Behavior()

Methods

Name Description
Attach(T)

Attaches the behavior to a UIKit.UIView.

Detach(T)

Detaches the behavior from the UIKit.UIView.

OnAttachedTo(T)

Called when the behavior is attached to the control.

OnDetachingFrom(T)

Called before the behavior is detached from the control.