다음을 통해 공유


_DPIEWebBrowserEvents2::CommandStateChange (Windows CE 5.0)

Send Feedback

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

OS Versions: Windows CE .NET 4.0 and later.
Header: webvw.h
Library: wvuuid.lib

See Also

_DPIEWebBrowserEvents2

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.