dotnet/maui

There isn't a toggling event for switch

Open

#8,973 opened on Jul 25, 2022

View on GitHub
 (1 comment) (0 reactions) (0 assignees)C# (1,951 forks)batch import
area-controls-switchgood first issueproposal/opent/enhancement ☀️

Repository metrics

Stars
 (23,245 stars)
PR merge metrics
 (Avg merge 47d 9h) (248 merged PRs in 30d)

Description

Description

The Switch has only a Toggled event which indicates when the switch is toggled. There isn't a toggling event. I think it should be toggling event that can cancel the operation from one state to another.

Public API Changes

....

Intended Use-Case

I think it should be toggling event that can cancel the operation from one state to another.

Contributor guide