dotnet/maui

[Editor] Completed command

Fechada

#7.775 aberto em 6 de jun. de 2022

 (4 comentários) (1 reação) (0 responsável)C# (1.951 forks)batch import
area-controls-editorarea-controls-entrygood first issuepartner/syncfusionproposal/opent/enhancement ☀️

Métricas do repositório

Stars
 (23.245 estrelas)
Métricas de merge de PR
 (Mesclagem média 47d 9h) (248 fundiu PRs em 30d)

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

Guia do colaborador