OleMenuCmdEventArgs Class
The set of arguments passed to an OleMenuCommand object when the Invoke function is called.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Class OleMenuCmdEventArgs _
Inherits EventArgs
'Usage
Dim instance As OleMenuCmdEventArgs
[CLSCompliantAttribute(false)]
public class OleMenuCmdEventArgs : EventArgs
[CLSCompliantAttribute(false)]
public ref class OleMenuCmdEventArgs : public EventArgs
public class OleMenuCmdEventArgs extends EventArgs
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.VisualStudio.Shell.OleMenuCmdEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.