Skip to main content
All docs
V25.1
  • UriValidatedEventArgs(String, Uri, Object) Constructor

    Initializes a new instance of the AccessSettings.UriValidatedEventArgs class with specified settings.

    Namespace: DevExpress.Security.Resources

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public UriValidatedEventArgs(
        string uriString,
        Uri uri,
        object validationContext
    )

    Parameters

    Name Type
    uriString String
    uri Uri
    validationContext Object
    See Also