onListCheck

Event of IScriptListPane

Description

onListCheck handler (function)

Property type

Read-Write Property of type VARIANT

Syntax

JavaScript

var Action = ScriptListPane.onListCheck;
ScriptListPane.onListCheck = Action;

==== Visual Basic Script ====

Action = ScriptListPane.onListCheck
ScriptListPane.onListCheck = Action

==== C++ ====

VARIANT Action;
HRESULT hr = ScriptListPane.get_onListCheck(&Action);
hr = ScriptListPane.put_onListCheck(Action);

===== See Also ===== IScriptListPane