| JsPropertiesExtractor | Send comments on this topic. |
| onStateChangedDelegate Delegate | |
| See Also Example | |
|
| vdWebLibrary Namespace : onStateChangedDelegate Delegate |
- action
- The action (BaseActionObj) that its state is changed.
- status
- Current status of the action. Possible statuses are "start", "count", "end".
| JScript | |
|---|---|
public delegate onStateChangedDelegate( action : BaseActionObj, status : String ) | |
Parameters
- action
- The action (BaseActionObj) that its state is changed.
- status
- Current status of the action. Possible statuses are "start", "count", "end".
| C# | Copy Code |
|---|---|
function _onStateChanged(action, status) { | |