Skip to main content
A newer version of this page is available. .

IEventArgsConverter.Convert(Object, Object) Method

Converts the event argument to the command’s parameter.

Namespace: DevExpress.Mvvm.UI

Assembly: DevExpress.Xpf.Core.v19.1.dll

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.

Remarks

To learn more, see EventToCommand.

See Also