OleMenuCommand.BeforeQueryStatus Event

Called when a client requests the status of the command.

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

Syntax

'Declaration
Public Event BeforeQueryStatus As EventHandler
public event EventHandler BeforeQueryStatus
public:
 event EventHandler^ BeforeQueryStatus {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
member BeforeQueryStatus : IEvent<EventHandler,
    EventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

OleMenuCommand Class

Microsoft.VisualStudio.Shell Namespace