Provides data for the Bar
Constructors
BarCommandLinkEventArgs(BarManager, BarCommand)
Initializes a new instance of the BarCommandLinkEventArgs
class.
Parameter | Type | Description |
---|---|---|
barManager | Bar |
The Bar |
command | Bar |
The Bar |
BarCommandLinkEventArgs(BarManager, BarCommandLink)
Initializes a new instance of the BarCommandLinkEventArgs
class.
Parameter | Type | Description |
---|---|---|
barManager | Bar |
The Bar |
commandLink | Bar |
The Bar |
Properties
BarManager
Gets the Bar
Property Value
- Bar
Manager : The Bar
Manager that is managing the command.
Command
Gets the Bar
Property Value
- Bar
Command : The Bar
Command affected by this event.
CommandLink
Gets the Bar
Property Value
- Bar
Command :Link The Bar
Command affected by this event.Link
Remarks
This value may be null
if the event was raised programmatically.
Handled
Gets or sets whether the event has been handled.
Property Value
- bool:
true
if the event has been handled; otherwise,false
.