Click or drag to resize

EventToCommandPassEventArgsToCommand Property

Gets or sets a value indicating whether the EventArgs passed to the event handler will be forwarded to the Execute(Object) method, when the event is fired (if the bound ICommand accepts an argument of type EventArgs).

For example, use a RelayCommandT to get the arguments of a MouseMove event.

Namespace:  Enkoni.Framework.UI.Mvvm
Assembly:  Enkoni.Framework.UI (in Enkoni.Framework.UI.dll) Version: 1.3.0.1
Syntax
public bool PassEventArgsToCommand { get; set; }

Property Value

Type: Boolean
See Also