Skybound Rebar

RebarBand.ChevronClick Event

Occurs when the chevron button is clicked.

[Visual Basic]
Public Event ChevronClick As ChevronClickEventHandler
[C#]
public event ChevronClickEventHandler ChevronClick;

Event Data

The event handler receives an argument of type ChevronClickEventArgs containing data related to this event. The following ChevronClickEventArgs property provides information specific to this event.

Property Description
Menu Gets or sets the ContextMenu containing the hidden buttons in the band.

Remarks

Handle this event to customize the way the chevron menu appears when the chevron button is clicked. For more information, see the documentation for ChevronClickEventArgs.

See Also

RebarBand Class | Skybound.Rebar Namespace