Skybound Rebar

RebarButtonEventHandler Delegate

Represents the method that will handle the ButtonClick, ButtonSelect and MenuClick events of a RebarBand.

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

Requirements

Namespace: Skybound.Rebar

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

See Also

Skybound.Rebar Namespace