Share via


DWebBrowserEvents2.CommandStateChange(Int32, Boolean) Method

Definition

Fires when the enabled state of a command changes.

public:
 void CommandStateChange(int Command, bool Enable);
public void CommandStateChange (int Command, bool Enable);
abstract member CommandStateChange : int * bool -> unit
Public Sub CommandStateChange (Command As Integer, Enable As Boolean)

Parameters

Command
Int32
Enable
Boolean

Applies to