OnCommand

This event occurs when the user selects a command in the Navigation Map pop-up menu. The pop-up menu commands are defined in the OnPopupMenu event.

 

JavaScript

 

OnCommand(

       Command)

 

C#

 

void OnCommand(

       string Command)

 

C++

 

HRESULT OnCommand(

       BSTR Command)

Parameters

Command

The pop-up menu command identifier.