 | IActionExecute Method |
Executes this action.
Namespace: Slash.Unity.Common.Triggers.ActionsAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntaxvoid Execute(
Object actionArgs
)
Sub Execute (
actionArgs As Object
)
void Execute(
Object^ actionArgs
)
abstract Execute :
actionArgs : Object -> unit
Parameters
- actionArgs
- Type: SystemObject
Action parameters.
See Also