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
Syntaxpublic bool PassEventArgsToCommand { get; set; }
Public Property PassEventArgsToCommand As Boolean
Get
Set
public:
property bool PassEventArgsToCommand {
bool get ();
void set (bool value);
}
member PassEventArgsToCommand : bool with get, set
Property Value
Type:
Boolean
See Also