Skybound Rebar

MeasureButtonEventHandler Delegate

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

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

Requirements

Namespace: Skybound.Rebar

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

See Also

Skybound.Rebar Namespace