IVsInfoBarUIEvents::OnClosed Method (IVsInfoBarUIElement^)

Visual Studio 2015
 

Handles the event raised when the close button on an info bar is clicked.

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

void OnClosed(
	IVsInfoBarUIElement^ infoBarUIElement
)

Parameters

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

The info bar.

Return to top
Show: