InfoBarEventArgs Class
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 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. |