In This Article

BarControlEventArgs Class

Provides data for IBarControl events.

public class BarControlEventArgs : EventArgs
Inheritance:
Object EventArgs Object

Constructors

BarControlEventArgs(IBarControl)

Initializes a new instance of the BarControlEventArgs class.

public BarControlEventArgs(IBarControl barControl)
Parameter Type Description
barControl IBarControl

The IBarControl affected by this event.

Properties

BarControl

Gets the IBarControl affected by this event.

public IBarControl BarControl { get; }

Property Value

IBarControl:

The IBarControl affected by this event.

Inherited Members