Skybound Rebar

RebarCustomizingEventHandler Delegate

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

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

Requirements

Namespace: Skybound.Rebar

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

See Also

Skybound.Rebar Namespace