Skip to main content
All docs
V25.2
  • ParameterValueChangingEventArgs(T, T) Constructor

    Initializes a new instance of the ParameterValueChangingEventArgs<T> class with specified settings.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.2.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public ParameterValueChangingEventArgs(
        T newValue,
        T oldValue
    )

    Parameters

    Name Type Description
    newValue T

    The new value assigned to the parameter.

    oldValue T

    The current parameter value.

    See Also