Skip to main content

IEventArgsConverter.Convert(Object, Object) Method

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

object Convert(
    object sender,
    object args
)

#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