dotnet/maui

[Editor] Completed command

已關閉

#7,775 建立於 2022年6月6日

 (4 則留言) (1 個反應) (0 位負責人)C# (1,951 個分叉)batch import
area-controls-editorarea-controls-entrygood first issuepartner/syncfusionproposal/opent/enhancement ☀️

倉庫指標

星標
 (23,245 顆星)
PR 合併指標
 (平均合併 47天 9小時) (30 天內合併 248 個 PR)

描述

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

貢獻者指南