ToolWindowPane.InfoBarActionItemClicked Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event raised when a button or hyperlink on an info bar associated with this ToolWindowPane is clicked.
public:
event EventHandler<Microsoft::VisualStudio::Shell::InfoBarActionItemEventArgs ^> ^ InfoBarActionItemClicked;
public event EventHandler<Microsoft.VisualStudio.Shell.InfoBarActionItemEventArgs> InfoBarActionItemClicked;
member this.InfoBarActionItemClicked : EventHandler<Microsoft.VisualStudio.Shell.InfoBarActionItemEventArgs>
Public Event InfoBarActionItemClicked As EventHandler(Of InfoBarActionItemEventArgs)