[]
Represents an abstract behavior implementation.
public abstract class Behavior<T> : DependencyObject, IBehavior where T : DependencyObject
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| Behavior() |
| Name | Description |
|---|---|
| HostObject | Gets the object the behavior is attached to. |
| Name | Description |
|---|---|
| Attach(T) | Attaches the behavior to specified host. |
| Detach(T) | Detaches the behavior from specified host. |