Share via


CallMethodAction.OnDetaching Method

Called when the action is getting detached from its AssociatedObject, but before it has actually occurred.

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

Syntax

'Declaration
Protected Overrides Sub OnDetaching
'Usage

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

Remarks

Override this to unhook functionality from 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

CallMethodAction Class
CallMethodAction Members
Microsoft.Expression.Interactivity.Core Namespace