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

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

    Namespace: DevExpress.Data.Mask

    Assembly: DevExpress.Data.v26.1.dll

    Declaration

    public MaskChangingEventArgs(
        object oldValue,
        object newValue
    )

    Parameters

    Name Type
    oldValue Object
    newValue Object
    See Also