TranslateZoomRotateBehavior.OnAttached Method

Called after the behavior is attached to an AssociatedObject.

Namespace: Microsoft.Expression.Interactivity.Input
Assembly: Microsoft.Expression.Interactions (in microsoft.expression.interactions.dll)

Syntax

'Declaration
Protected Overrides Sub OnAttached
'Usage

Me.OnAttached
protected override void OnAttached ()
protected:
virtual void OnAttached () override
protected void OnAttached ()
protected override function OnAttached ()

Remarks

Override this to hook up functionality to the AssociatedObject.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TranslateZoomRotateBehavior Class
TranslateZoomRotateBehavior Members
Microsoft.Expression.Interactivity.Input Namespace