Skybound Rebar

RebarBand.ButtonSelect Event

Occurs when a RebarButton is selected.

[Visual Basic]
Public Event ButtonSelect As RebarButtonEventHandler
[C#]
public event RebarButtonEventHandler ButtonSelect;

Event Data

The event handler receives an argument of type RebarButtonEventArgs containing data related to this event. The following RebarButtonEventArgs properties provide information specific to this event.

Property Description
Button Gets the RebarButton that raised the event.
Handled Gets or sets whether the event was handled.

Remarks

For ToolBar type bands, this event is raised when the mouse hovers over a button. For MenuBar type bands, this event is raised both when the mouse hovers over a button, or when the button is highlighted using keyboard navigation when the menu is displayed in a modal loop.

The Handled property of the event data is not used for this event.

See Also

RebarBand Class | Skybound.Rebar Namespace