Skybound Rebar

RebarButtonEventArgs Constructor 

Creates a new instance of a RebarButtonEventArgs object.

[Visual Basic]
Public Sub New( _
   ByVal button As RebarButton _
)
[C#]
public RebarButtonEventArgs(
   RebarButton button
);

Parameters

button
The RebarButton that raised the event.

See Also

RebarButtonEventArgs Class | Skybound.Rebar Namespace