CommandBarButtonClass.Click Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raises this event when the control is clicked.
public:
virtual event Microsoft::VisualStudio::CommandBars::_CommandBarButtonEvents_ClickEventHandler ^ Click;
public virtual event Microsoft.VisualStudio.CommandBars._CommandBarButtonEvents_ClickEventHandler Click;
member this.Click : Microsoft.VisualStudio.CommandBars._CommandBarButtonEvents_ClickEventHandler
Public Overridable Custom Event Click As _CommandBarButtonEvents_ClickEventHandler Implements Click