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

贡献者指南