Skip to main content
All docs
V25.1
  • ProcessStartPolicy.RestrictedProcessStartConfirmationEventArgs.ValidateAsUri(Predicate<Uri>) Method

    Namespace: DevExpress.Data.Utils

    Assembly: DevExpress.Data.Desktop.v25.1.dll

    NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

    Declaration

    public bool ValidateAsUri(
        Predicate<Uri> isUriValid
    )

    Parameters

    Name Type
    isUriValid Predicate<Uri>

    Returns

    Type
    Boolean
    See Also