Share via


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

Name Description
InfoBarEventArgs(IVsInfoBarUIElement, IVsInfoBar)

Initializes a new instance of InfoBarEventArgs.

Properties

Name Description
InfoBarModel

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

InfoBarUIElement

Gets the UIElement associated with the event.

Applies to