InfoBarActionItemEventArgs Class

Definition

Event arguments about an action on an IVsInfoBarUIElement.

public ref class InfoBarActionItemEventArgs : Microsoft::VisualStudio::Shell::InfoBarEventArgs
public class InfoBarActionItemEventArgs : Microsoft.VisualStudio.Shell.InfoBarEventArgs
type InfoBarActionItemEventArgs = class
    inherit InfoBarEventArgs
Public Class InfoBarActionItemEventArgs
Inherits InfoBarEventArgs
Inheritance
InfoBarActionItemEventArgs

Constructors

InfoBarActionItemEventArgs(IVsInfoBarUIElement, IVsInfoBar, IVsInfoBarActionItem)

Initializes a new instance of InfoBarActionItemEventArgs.

Properties

ActionItem

Gets the action item the event refers to.

InfoBarModel

Gets the info bar model associated with the event. This may be null.

(Inherited from InfoBarEventArgs)
InfoBarUIElement

Gets the UIElement associated with the event.

(Inherited from InfoBarEventArgs)

Applies to