OnCommandValueChanged

This event occurs when a TerraExplorer menu command’s value has changed.

 

JavaScript

 

OnCommandValueChanged(

       CommandID,

       newVal)

 

C#

 

void OnCommandValueChanged(

       int CommandID,

       object newVal)

 

C++

 

HRESULT OnCommandValueChanged(

       [in] long CommandID,

       [in] VARIANT newVal)

Parameters

CommandID

The ID of the menu command whose value is being checked.

newVal

The command’s new value.