Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Overview

Triggers the specified event with input data and returns triggered listener work items.

Array<string> myWorkItem.Trigger(eventName: string, inputData: ( string | Xml ))

Arguments

string eventName
to trigger
( string | Xml ) inputData
to pass event handlers
  • No labels