_dispCommandBarControlEvents_Event.add_Click Method
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.
public:
void add_Click(EnvDTE::_dispCommandBarControlEvents_ClickEventHandler ^ A_1);
public:
void add_Click(EnvDTE::_dispCommandBarControlEvents_ClickEventHandler ^ value);
public void add_Click (EnvDTE._dispCommandBarControlEvents_ClickEventHandler A_1);
public void add_Click (EnvDTE._dispCommandBarControlEvents_ClickEventHandler value);
abstract member add_Click : EnvDTE._dispCommandBarControlEvents_ClickEventHandler -> unit
Public Sub add_Click (A_1 As _dispCommandBarControlEvents_ClickEventHandler)
Public Sub add_Click (value As _dispCommandBarControlEvents_ClickEventHandler)