Event of IScriptCommandHandler
Handler for dynamic update of ICommandHandler::Title
Read-Write Property of type VARIANT
var Action = ScriptCommandHandler.onTitle; ScriptCommandHandler.onTitle = Action;
Action = ScriptCommandHandler.onTitle ScriptCommandHandler.onTitle = Action
VARIANT Action; HRESULT hr = ScriptCommandHandler.get_onTitle(&Action); hr = ScriptCommandHandler.put_onTitle(Action);