OleMenuCommand::BeforeQueryStatus Event

 

Called when a client requests the status of the command.

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

public:
event EventHandler^ BeforeQueryStatus {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}
Return to top
Show: