dotnet/maui

[Editor] Completed command

Chiusa

#7775 aperta il 6 giu 2022

 (4 commenti) (1 reazione) (0 assegnatari)C# (1951 fork)batch import
area-controls-editorarea-controls-entrygood first issuepartner/syncfusionproposal/opent/enhancement ☀️

Metriche repository

Star
 (23.245 stelle)
Metriche merge PR
 (Merge medio 47g 9h) (248 PR mergiate in 30 g)

Descrizione

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

Guida contributor