Share via


RadialController.ButtonClicked Event

Definition

Occurs when the wheel device is pressed and then released while a custom RadialController tool is active.

Your app does not receive this event when:

Note

When a time threshold is crossed, click becomes a press and hold action. In this case, the integrated menu of contextual app commands associated with the RadialController object is displayed, and subsequent rotate and click events are processed by the menu.

public event TypedEventHandler<RadialController,RadialControllerButtonClickedEventArgs> ButtonClicked;

Event Type

Applies to

Product Versions
WinRT Build 14383, Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100

See also