Skybound Rebar

RebarBand.ButtonClick Event

Occurs when a RebarButton on the RebarBand is clicked.

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

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

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

See Also

RebarBand Class | Skybound.Rebar Namespace