SolutionExtensions.InfoBarService.OnClosed C# (CSharp) Method

OnClosed() public method

public OnClosed ( IVsInfoBarUIElement infoBarUIElement ) : void
infoBarUIElement IVsInfoBarUIElement
return void
        public void OnClosed(IVsInfoBarUIElement infoBarUIElement)
        {
            infoBarUIElement.Unadvise(_cookie);
        }