OnAttachedTo Method
OnAttachedTo(T)
Called when the behavior is attached to the control.
Declaration
protected virtual void OnAttachedTo(T view)
Protected Overridable Sub OnAttachedTo(view As T)
Parameters
| Type |
Name |
Description |
| T |
view |
The view to which the behavior is attached.
|