Skip to main content
All docs
V25.1
  • IEventArgsTwoWayConverter.ConvertBack(Object, Object, Object) Method

    Converts the command’s parameter to the event arguments.

    Namespace: DevExpress.Mvvm.UI

    Assembly: DevExpress.Xpf.Core.v25.1.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