ToolWindowPane.InfoBarClosed Event

Definition

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

public:
 event EventHandler<Microsoft::VisualStudio::Shell::InfoBarEventArgs ^> ^ InfoBarClosed;
public event EventHandler<Microsoft.VisualStudio.Shell.InfoBarEventArgs> InfoBarClosed;
member this.InfoBarClosed : EventHandler<Microsoft.VisualStudio.Shell.InfoBarEventArgs> 
Public Event InfoBarClosed As EventHandler(Of InfoBarEventArgs) 

Event Type

Applies to