This method of the DWebBrowserEventsEventListener interface notifies an application that the enabled state of a WebBrowser command has changed.
public void CommandStateChange(int Command, boolean Enable);
Command | [in] The identifier of the command whose enabled state has changed. |
Enable | [in] The enabled state. This parameter is TRUE if the command is enabled, or FALSE if it is disabled. |