RebarBandEventArgs Constructor
Creates a new instance of a RebarBandEventArgs object.
[Visual Basic]
Public Sub New( _
ByVal
band As
RebarBand _
)
[C#]
public RebarBandEventArgs(
RebarBand band);
Parameters
-
band
- The RebarBand that raised the event.
See Also
RebarBandEventArgs Class | Skybound.Rebar Namespace