問題タブ [commandparameter]
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.
wpf - WPF で CommandParameter として ItemsSource のインデックスを渡す方法
WPF: ItemsSource ループのインデックスを CommandParameter として渡すにはどうすればよいですか?
だから、私が欲しいのは、押されたボタン番号を Command メソッドに渡すことです。
ありがとうございました!
wpf - WPF CommandParameter GridViewColumnHeader
私の質問は、GridViewColumnHeader を CommandParameter として使用することは可能ですか? 次のコードがあり、クリックした ColumnHeader を CommandParameter として使用したい:
c# - この CommandParameter を機能させるにはどうすればよいですか?
私は今学期、大学で WPF を学んでいますが、まだ完全に理解していないことがいくつかあります。次のコードがあります。
と:
私の質問は、ViewModel の ICommand にCommandParameter
渡すバインディングに何を入れるのですか?Coordinates
c# - Binding を使用して CommandParameter としてコントロールを渡すと null になります
ICommand
私は静的プロパティとして利用可能なカスタム実装を書きました:
このプロパティをシンプルにバインドしようとしましたButton-Command
しかし、アプリケーションを起動すると、メソッドのparameter
-Parameterは常に null になります。私の目的は、のインスタンスをコマンド パラメーターとして渡すことです。CanExecute
GridViewToggleSelectionCommand
GridViewControl
ここで何が間違っていますか: ui:GridViewCommands.ToggleSelection}" CommandParameter="{Binding ElementName=gridView"}
?
編集
バインディングは例外をスローしません。
どうもありがとうございました!
c# - コントロールを CommandParameter としてプログラムで渡す
でコントロールを渡そうとするときxaml
、次のコードを記述します。
MenuItem
次のように、プログラムで作成しようとしています。
これは をstring
"{Binding RelativeSource= {RelativeSource Mode=FindAncestor, AncestorType={x:Type MenuItem}}}"
として渡しCommandParameter
ます。
私は何が欠けていますか?