Skybound Rebar

Rebar.OnDragBandComplete Method 

Raises the DragBandComplete event.

[Visual Basic]
Overridable Protected Sub OnDragBandComplete( _
   ByVal e As RebarBandEventArgs _
)
[C#]
protected virtual void OnDragBandComplete(
   RebarBandEventArgs e
);

Parameters

e
The data for the event.

Remarks

The OnDragBandComplete method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.

Notes to Inheritors: When overriding OnDragBandComplete in a derived class, be sure to call the base class's OnDragBandComplete method so that registered delegates receive the event.

See Also

Rebar Class | Skybound.Rebar Namespace