Skybound Rebar

RebarBandEventHandler Delegate

Represents the method that will handle the DragBand and DragBandComplete events of a Rebar.

[Visual Basic]
Public Delegate Sub RebarBandEventHandler( _
   ByVal sender As Object, _
   ByVal e As RebarBandEventArgs _
)
[C#]
public delegate void RebarBandEventHandler(
   object sender,
   RebarBandEventArgs e
);

Requirements

Namespace: Skybound.Rebar

Assembly: Skybound.Rebar (in Skybound.Rebar.dll)

See Also

Skybound.Rebar Namespace