dotnet/maui

[Editor] Completed command

クローズ

#7,775 opened on 2022/06/06

 (4 件のコメント) (1 件のリアクション) (0 人の担当者)C# (1,951 件のフォーク)batch import
area-controls-editorarea-controls-entrygood first issuepartner/syncfusionproposal/opent/enhancement ☀️

Repository metrics

Stars
 (23,245 個のスター)
PR merge metrics
 (平均マージ 47d 9h) (30d で 248 merged PRs)

説明

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

コントリビューターガイド