WebBrowserExtended.CommandStateChange Event

Definition

Fires when the enabled state of a command changes.

public:
 event EventHandler<Microsoft::Uii::Csr::Browser::Web::CommandStateChangeEventArgs ^> ^ CommandStateChange;
[System.ComponentModel.Browsable(true)]
public event EventHandler<Microsoft.Uii.Csr.Browser.Web.CommandStateChangeEventArgs> CommandStateChange;
[<System.ComponentModel.Browsable(true)>]
member this.CommandStateChange : EventHandler<Microsoft.Uii.Csr.Browser.Web.CommandStateChangeEventArgs> 
Public Custom Event CommandStateChange As EventHandler(Of CommandStateChangeEventArgs) 

Event Type

Attributes

Applies to