IEventArgsConverter.Convert(Object, Object) Method
In This Article
Converts the event argument to the command’s parameter.
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. |
#Returns
Type | Description |
---|---|
Object | The command’s parameter. |
See Also