IEventArgsConverter.ConvertBack(Object, Object, Object) Method
In This Article
Converts the command’s parameter to the event argument.
Namespace: DevExpress.WinUI.Core
Assembly: DevExpress.WinUI.Core.v23.2.dll
NuGet Package: DevExpress.WinUI
#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