Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raises this event when the control is clicked.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaration
Public Overridable Event Click As _CommandBarButtonEvents_ClickEventHandler
public virtual event _CommandBarButtonEvents_ClickEventHandler Click
public:
virtual event _CommandBarButtonEvents_ClickEventHandler^ Click {
void add (_CommandBarButtonEvents_ClickEventHandler^ value);
void remove (_CommandBarButtonEvents_ClickEventHandler^ value);
}
abstract Click : IEvent<_CommandBarButtonEvents_ClickEventHandler,
EventArgs>
override Click : IEvent<_CommandBarButtonEvents_ClickEventHandler,
EventArgs>
JScript does not support events.
Implements
_CommandBarButtonEvents_Event.Click
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.