Skybound Rebar

ChevronClickEventHandler Delegate

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

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

Requirements

Namespace: Skybound.Rebar

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

See Also

Skybound.Rebar Namespace