CommandBarButtonClass::Click Event

 

Raises this event when the control is clicked.

Namespace:   Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

public:
event _CommandBarButtonEvents_ClickEventHandler^ Click {
	virtual void add(_CommandBarButtonEvents_ClickEventHandler^ value);
	virtual void remove(_CommandBarButtonEvents_ClickEventHandler^ value);
}
Return to top
Show: