[]
Base class for control behaviors.
public abstract class C1Behavior<T> : Behavior<T> where T : FrameworkElement
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| C1Behavior() |
| Name | Description |
|---|---|
| OnAttached() | |
| OnAttachedTo(T) | Called when the behavior is attached to the control. |
| OnDetaching() | |
| OnDetachingFrom(T) | Called before the behavior is detached from the control. |