Click or drag to resize

KeyEventToCommandInvoke Method

Overload List
  NameDescription
Public methodInvoke
Provides a simple way to invoke this trigger programmatically without any EventArgs.
(Inherited from EventToCommand.)
Protected methodInvoke(Object)
Executes the trigger.

To access the EventArgs of the fired event, use a RelayCommandT and leave the CommandParameter and CommandParameterValue empty.

(Overrides EventToCommandInvoke(Object).)
Top
See Also