Skip to main content
All docs
V25.1
  • MaskChangingEventArgs(Object, Object, Boolean) Constructor

    Initializes a new instance of the MaskChangingEventArgs class with specified settings.

    Namespace: DevExpress.Data.Mask

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public MaskChangingEventArgs(
        object oldValue,
        object newValue,
        bool cancel
    )

    Parameters

    Name Type
    oldValue Object
    newValue Object
    cancel Boolean
    See Also