ToolWindowPane::InfoBarActionItemClicked Event

Visual Studio 2015
 

Event raised when a button or hyperlink on an info bar associated with this ToolWindowPane.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
event EventHandler<InfoBarActionItemEventArgs^>^ InfoBarActionItemClicked {
	void add(EventHandler<InfoBarActionItemEventArgs^>^ value);
	void remove(EventHandler<InfoBarActionItemEventArgs^>^ value);
}
Return to top
Show: