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