[Proposal] Add TypedBindings to GesturesExtensions #191
Labels
approved
champion
A member of the .NET MAUI Toolkit core team has chosen to champion this feature
documentation approved
in-progress
proposal
A fully fleshed out proposal describing a new feature in syntactic and semantic detail
Feature name
Add TypedBindings to
GesturesExtensions
Progress tracker
Summary
This proposal augments GesturesExtensions by adding the following APIs that support Typed Bindings
.BindClickGesture()
.BindSwipeGesture()
.BindTapGesture()
Motivation
This is a continuation of #155 adding the ability to use Typed Bindings in
CommunityToolkit.Maui.Markup
Detailed Design
Usage Syntax
Drawbacks
None
Alternatives
The following APIs currently exist without support for Typed Bindings (require reflection):
Unresolved Questions
None
The text was updated successfully, but these errors were encountered: