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