User Feedback on Click & LongClick events in Label Component

From the community, the user has requested so many times for Click & LongClick events in Label Component.

About Feature

This PR adds two new events and one designer property to handle Click & LongClick events similar to Image Component.

Click

component_event

Params : No Params
Description : The event raised when a Lable is clicked.

LongClick

component_event (1)

Params : No Params
Description : The event raised when a Lable is long clicked.

Clickable

component_set_get

Param Type : boolean
Description : Specifies whether the Label is clickable or not.

Pull Request

I have just created Pull Request (PR) for this feature on GitHub please share your feedback on this feature.

Vote your Feedback

  • 1
  • 2
  • 3
  • 4
  • 5

0 voters

1 Like

I have not seen a demand for it - but an extension exists to deliver clicking of practically anything, so I think that is the way to go.