BehaviorBase<T>.OnAttached Method

Definition

Called after the behavior is attached to the Microsoft.Xaml.Interactivity.Behavior.AssociatedObject.

protected override void OnAttached ();
override this.OnAttached : unit -> unit
Protected Overrides Sub OnAttached ()

Remarks

Override this to hook up functionality to the Microsoft.Xaml.Interactivity.Behavior.AssociatedObject

Applies to