InfoBarEventArgs Class

Definition

Event arguments about an IVsInfoBarUIElement.

public ref class InfoBarEventArgs : EventArgs
public class InfoBarEventArgs : EventArgs
type InfoBarEventArgs = class
    inherit EventArgs
Public Class InfoBarEventArgs
Inherits EventArgs
Inheritance
InfoBarEventArgs
Derived

Constructors

InfoBarEventArgs(IVsInfoBarUIElement, IVsInfoBar)

Initializes a new instance of InfoBarEventArgs.

Properties

InfoBarModel

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

InfoBarUIElement

Gets the UIElement associated with the event.

Applies to