Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Send Feedback on this topic to the authors