DWebBrowserEvents2.CommandStateChange(Int32, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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