IVsInfoBarUIEvents Interface

Definition

Handles user gestures in an info bar.

public interface class IVsInfoBarUIEvents
public interface class IVsInfoBarUIEvents
__interface IVsInfoBarUIEvents
public interface IVsInfoBarUIEvents
[System.Runtime.InteropServices.Guid("C115D9E6-DB96-42B1-AE1A-71A5E3835D53")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsInfoBarUIEvents
type IVsInfoBarUIEvents = interface
[<System.Runtime.InteropServices.Guid("C115D9E6-DB96-42B1-AE1A-71A5E3835D53")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsInfoBarUIEvents = interface
Public Interface IVsInfoBarUIEvents
Derived
Attributes

Methods

OnActionItemClicked(IVsInfoBarUIElement, IVsInfoBarActionItem)

Handles the event raised when an action item on an info bar is clicked.

OnClosed(IVsInfoBarUIElement)

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

Applies to