質問

I have a confusion that only button element shows option for command and most of the other elements do not support this option. Is it valid only for Button? And is only Click Event handled by Command?? Because most of the samples i have seen, On clicking button command gets fired. In case i want command to be fired on other events, then what to do?

役に立ちましたか?

解決

Yes, there are some limitations like above. A command cannot be bound with the controls that doesn't implement ICommandSource interface. But you can use Dependency Property to write custom commands.

You can see this and this or googling for more examples.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top