Share via


GoToStateAction.Invoke Method

This method is called when some criteria is met and the action is invoked.

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

Syntax

'Declaration
Protected Overrides Sub Invoke ( _
    parameter As Object _
)
'Usage
Dim parameter As Object

Me.Invoke(parameter)
protected override void Invoke (
    Object parameter
)
protected:
virtual void Invoke (
    Object^ parameter
) override
protected void Invoke (
    Object parameter
)
protected override function Invoke (
    parameter : Object
)

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

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