OleMenuCommandService::OnCommandsChanged Method (MenuCommandsChangedEventArgs^)

 

Called by a menu command when its status has changed.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

protected:
virtual void OnCommandsChanged(
	MenuCommandsChangedEventArgs^ e
) override

Parameters

e
Type: System.ComponentModel.Design::MenuCommandsChangedEventArgs^

Signifies that there has been a change in MenuCommands (added or removed) on the related object.

Return to top
Show: