Skip to main content
All docs
V23.2

IEventArgsTwoWayConverter.ConvertBack(Object, Object, Object) Method

Converts the command’s parameter to the event arguments.

Namespace: DevExpress.Mvvm.UI

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

NuGet Package: DevExpress.Wpf.Core

Declaration

void ConvertBack(
    object sender,
    object args,
    object parameter
)

Parameters

Name Type Description
sender Object

The event’s sender.

args Object

The event’s argument.

parameter Object

The command’s parameter.

See Also