1 out of 1 rated this helpful - Rate this topic

CommandStateChange event

Fires when the enabled state of a command changes.

Syntax

HTML Attribute <element CommandStateChange = "handler(event)">
Event Property object.CommandStateChange = handler;
attachEvent Method object.attachEvent("CommandStateChange", handler)

Event information

SynchronousNo
BubblesNo
CancelableNo

Event handler parameters

Command [in]

Type: Long

A CommandStateChangeConstants enumeration value that specifies the command that changed.

Enable [in]

Type: Boolean

A Boolean value that specifies the enabled state.

VARIANT_FALSE (false)

Command is disabled.

VARIANT_TRUE (true)

Command is enabled.

See also

InternetExplorer
WebBrowser

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.