Skybound Rebar

DrawButtonEventHandler Delegate

Represents the method that will handle the DrawButton event of a RebarBand.

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

Requirements

Namespace: Skybound.Rebar

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

See Also

Skybound.Rebar Namespace