ToolWindowPane::InfoBarClosed Event

Visual Studio 2015
 

Event raised when an info bar associated with this ToolWindowPane is closed.

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

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