Skybound Rebar

DrawBandEventHandler Delegate

Represents the method that will handle the DrawBand event of a Rebar.

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

Requirements

Namespace: Skybound.Rebar

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

See Also

Skybound.Rebar Namespace