[]
Base class for control behaviors.
public abstract class C1Behavior<T> : Object where T : UIView
Name | Description |
---|---|
T |
Name | Description |
---|---|
C1Behavior() |
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. |