Skybound Rebar

RebarButtonEventArgs Class

Provides data for the RebarButtonEventHandler event.

For a list of all members of this type, see RebarButtonEventArgs Members.

System.Object
   System.EventArgs
      Skybound.Rebar.RebarButtonEventArgs

[Visual Basic]
Public Class RebarButtonEventArgs
    Inherits EventArgs
[C#]
public class RebarButtonEventArgs : EventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The RebarButtonEventArgs class provides a reference a RebarButton that raised an event.

Since the ButtonClick, ButtonSelect and MenuClick events are members of RebarBand, the sender argument to these event handlers specifies the RebarBand component itself. Use the Button property to determine the button for which the event was raised.

When handling the MenuClick event of a RebarBand, set the Handled property to true to prevent the default context menu from showing.

Requirements

Namespace: Skybound.Rebar

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

See Also

RebarButtonEventArgs Members | Skybound.Rebar Namespace