dotnet/maui

[Editor] Completed command

Geschlossen

#7.775 geöffnet am 06.06.2022

 (4 Kommentare) (1 Reaktion) (0 zugewiesene Personen)C# (1.951 Forks)batch import
area-controls-editorarea-controls-entrygood first issuepartner/syncfusionproposal/opent/enhancement ☀️

Repository-Metriken

Stars
 (23.245 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 47T 9h) (248 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide