DWebBrowserEvents2.CommandStateChange Method
Fires when the enabled state of a command changes.
Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)
Usage
'Usage
Dim instance As DWebBrowserEvents2
Dim Command As Integer
Dim Enable As Boolean
instance.CommandStateChange(Command, Enable)
Syntax
'Declaration
<DispIdAttribute(105)> _
Sub CommandStateChange ( _
<InAttribute> Command As Integer, _
<InAttribute> Enable As Boolean _
)
[DispIdAttribute(105)]
void CommandStateChange (
[InAttribute] int Command,
[InAttribute] bool Enable
)
[DispIdAttribute(105)]
void CommandStateChange (
[InAttribute] int Command,
[InAttribute] bool Enable
)
/** @attribute DispIdAttribute(105) */
void CommandStateChange (
/** @attribute InAttribute() */ int Command,
/** @attribute InAttribute() */ boolean Enable
)
DispIdAttribute(105)
function CommandStateChange (
Command : int,
Enable : boolean
)
Parameters
- Command
- Enable
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
DWebBrowserEvents2 Interface
DWebBrowserEvents2 Members
Microsoft.Uii.Csr.Browser.Web Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.