Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 WebBrowserExtended
Dim handler As EventHandler(Of CommandStateChangeEventArgs)
AddHandler instance.CommandStateChange, handler
Syntax
'Declaration
<CategoryAttribute("DWebBrowserEvents2")> _
<DescriptionAttribute("Fires when the enabled state of a command changes.")> _
<BrowsableAttribute(True)> _
Public Event CommandStateChange As EventHandler(Of CommandStateChangeEventArgs)
[CategoryAttribute("DWebBrowserEvents2")]
[DescriptionAttribute("Fires when the enabled state of a command changes.")]
[BrowsableAttribute(true)]
public event EventHandler<CommandStateChangeEventArgs> CommandStateChange
[CategoryAttribute(L"DWebBrowserEvents2")]
[DescriptionAttribute(L"Fires when the enabled state of a command changes.")]
[BrowsableAttribute(true)]
public:
event EventHandler<CommandStateChangeEventArgs^>^ CommandStateChange {
void add (EventHandler<CommandStateChangeEventArgs^>^ value);
void remove (EventHandler<CommandStateChangeEventArgs^>^ value);
}
/** @event */
public void add_CommandStateChange (EventHandler<CommandStateChangeEventArgs> value)
/** @event */
public void remove_CommandStateChange (EventHandler<CommandStateChangeEventArgs> value)
Platforms
See Also
Reference
WebBrowserExtended Class
WebBrowserExtended Members
Microsoft.Uii.Csr.Browser.Web Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.