Skybound Rebar

ChevronClickEventArgs Class

Provides data for the ChevronClickEventHandler event.

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

System.Object
   System.EventArgs
      Skybound.Rebar.ChevronClickEventArgs

[Visual Basic]
Public Class ChevronClickEventArgs
    Inherits EventArgs
[C#]
public class ChevronClickEventArgs : 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 ChevronClickEventArgs class provides the menu that will be displayed when the the chevron button is clicked on a band. The menu in the Menu property contains a menu item for each rebar button that is not currently visible within the band. Menu items can be removed from or added to this menu.

You can prevent the chevron menu from being displayed by setting the Menu property to a null reference (Nothing in Visual Basic).

Requirements

Namespace: Skybound.Rebar

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

See Also

ChevronClickEventArgs Members | Skybound.Rebar Namespace