KeyEventToCommandInvoke Method |
Name | Description | |
---|---|---|
![]() | Invoke | Provides a simple way to invoke this trigger programmatically without any EventArgs. (Inherited from EventToCommand.) |
![]() | Invoke(Object) | Executes the trigger.
(Overrides EventToCommandInvoke(Object).)To access the EventArgs of the fired event, use a RelayCommandT and leave the CommandParameter and CommandParameterValue empty. |