dotnet/maui

[Editor] Completed command

Fermée

#7 775 ouverte le 6 juin 2022

 (4 commentaires) (1 réaction) (0 personne assignée)C# (1 951 forks)batch import
area-controls-editorarea-controls-entrygood first issuepartner/syncfusionproposal/opent/enhancement ☀️

Métriques du dépôt

Stars
 (23 245 étoiles)
Métriques de merge PR
 (Merge moyen 47j 9h) (248 PRs mergées en 30 j)

Description

Description

Editor has a Completed event. Is there any plan to have a CompletedCommand? Right now, I have to manually call SendMessage() in my VM where the Message is bound to the Editor through the Completed event handler. Ugly.

Public API Changes

<Editor CompletedCommand={Binding SendMessageCommand}"/>

Intended Use-Case

To further support MVVM and get away from events

Guide contributeur