Share via


_DPIEWebBrowserEvents2::CommandStateChange

The CommandStateChange event method fires when the enabled state of a command changes.

Syntax

void CommandStateChange(
  long lCommand,
  VARIANT_BOOL vbEnable
);

Parameters

  • lCommand
    [in] Variable that specifies the command that changed.
  • vbEnable
    [in] Boolean value; VARIANT_TRUE if the command is enabled and VARIANT_FALSE if the command is disabled.

Return Values

None.

Requirements

Pocket PC: Windows Mobile 2003 and later
OS Versions: Windows CE 4.0 and later
Header: webvw.h
Library: webvw.lib

See Also

_DPIEWebBrowserEvents2

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.