問題タブ [freshmvvm]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
xamarin.forms - コード ビハインドで PageModel の変更を処理するにはどうすればよいですか?
FreshMVVM を使用した Xamarin.Forms アプリケーションがあります。ページのコード ビハインドで PageModel の変更を処理するためにバインディングを使用できるかどうか、誰か教えてもらえますか? たとえば、次のように PageModel でイベントが発生した場合:
したがって、この OnIncomingCall イベントを発生させる Page のコード ビハインドで処理する必要があります。出来ますか?