Skybound Rebar

RebarRowEventHandler Delegate

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

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

Requirements

Namespace: Skybound.Rebar

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

See Also

Skybound.Rebar Namespace