Click or drag to resize

KeyEventToCommandInvoke Method (Object)

Executes the trigger.

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

Namespace:  Enkoni.Framework.UI.Mvvm
Assembly:  Enkoni.Framework.UI (in Enkoni.Framework.UI.dll) Version: 1.3.0.1
Syntax
protected override void Invoke(
	Object parameter
)

Parameters

parameter
Type: SystemObject
The EventArgs of the fired event.
See Also