Skybound Rebar

RebarButtonEventArgs.Button Property

Gets the RebarButton that raised the event.

[Visual Basic]
Public ReadOnly Property Button As RebarButton
[C#]
public RebarButton Button {get;}

Property Value

The RebarButton that raised the event. The RebarBand that contains the button may be determined through the Band property of the button. The Rebar that contains the band may be determined through the Parent property of the band.

See Also

RebarButtonEventArgs Class | Skybound.Rebar Namespace