Skybound Rebar

RebarButtonEventArgs.Handled Property

Gets or sets whether the event was handled.

[Visual Basic]
Public Property Handled As Boolean
[C#]
public bool Handled {get; set;}

Remarks

When handling the MenuClick event of a RebarBand, set this property to true to prevent the default context menu from showing. For more information, refer to the MenuClick event.

See Also

RebarButtonEventArgs Class | Skybound.Rebar Namespace