Skip to main content

IEventArgsConverter.Convert(Object, Object) Method

Converts the event argument to the command’s parameter.

Namespace: DevExpress.Mvvm.UI

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

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