IEventArgsConverter.Convert(Object, Object) Method
Converts the event argument to the command’s parameter.
Namespace: DevExpress.Mvvm.UI
Assembly: DevExpress.Xpf.Core.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The event’s sender. |
| args | Object | The event’s argument. |
Returns
| Type | Description |
|---|---|
| Object | The command’s parameter. |
See Also