Method ActionTrigger.RunAction
Overload
Starts the action like when its trigger is activated.
public void RunAction(TriggerArgs args)
Parameters
args (TriggerArgs) |
Exceptions
InvalidOperationException
Called in a wrong place or from a wrong thread. More info in Remarks. |
Remarks
Call while ActionTriggers.Run is running, from the same thread.