WpfBrowser.CommandStateChange Event
Fires when the enabled state of a command changes.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As WpfBrowser
Dim handler As EventHandler(Of CommandStateChangeEventArgs)
AddHandler instance.CommandStateChange, handler
Syntax
'Declaration
<BrowsableAttribute(True)> _
<CategoryAttribute("DWebBrowserEvents2")> _
<DescriptionAttribute("Fires when the enabled state of a command changes.")> _
Public Event CommandStateChange As EventHandler(Of CommandStateChangeEventArgs)
[BrowsableAttribute(true)]
[CategoryAttribute("DWebBrowserEvents2")]
[DescriptionAttribute("Fires when the enabled state of a command changes.")]
public event EventHandler<CommandStateChangeEventArgs> CommandStateChange
[BrowsableAttribute(true)]
[CategoryAttribute(L"DWebBrowserEvents2")]
[DescriptionAttribute(L"Fires when the enabled state of a command changes.")]
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
WpfBrowser Class
WpfBrowser Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.