InfoBarHostControl::IVsInfoBarUIEvents::OnClosed Method (IVsInfoBarUIElement^)

Visual Studio 2015
 

Raised when the InfoBar is closed.

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

private:
virtual void OnClosed(
	IVsInfoBarUIElement^ infoBarUIElement
) sealed = IVsInfoBarUIEvents::OnClosed

Parameters

infoBarUIElement
Type: Microsoft.VisualStudio.Shell.Interop::IVsInfoBarUIElement^

The InfoBar UI Element.

Return to top
Show: