Skybound Rebar

Rebar.DragBandComplete Event

Occurs after a band has been dragged.

[Visual Basic]
Public Event DragBandComplete As RebarBandEventHandler
[C#]
public event RebarBandEventHandler DragBandComplete;

Event Data

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

Property Description
Band Gets the RebarBand that raised the event.

Remarks

When the mouse button is first pressed on the band's size grip, the DragBand event is raised.

The DragBandComplete event is raised when the user releases the left mouse button after a drag operation. While the band is being dragged, the IsDragging property is set to true.

See Also

Rebar Class | Skybound.Rebar Namespace