Skybound Rebar

Rebar.DragBand Event

Occurs before a band is dragged.

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

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

The DragBand event is raised when the user presses the left mouse button on the band's size grip. While the band is being dragged, the IsDragging property is set to true.

When the mouse button is released, the drag operation is complete, and the DragBandComplete event is raised.

See Also

Rebar Class | Skybound.Rebar Namespace