Skip to main content
All docs
V26.1
  • ProcessStartPolicy.InvokeRestricted(Action, Predicate<ProcessStartPolicy.RestrictedProcessStartConfirmationEventArgs>) Method

    This member is for advanced configuration. It supports the internal infrastructure, and is not intended to be used directly from your code.

    Namespace: DevExpress.Data.Utils

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

    Declaration

    public static void InvokeRestricted(
        Action restrictedAction,
        Predicate<ProcessStartPolicy.RestrictedProcessStartConfirmationEventArgs> confirmOnce
    )

    Parameters

    Name Type
    restrictedAction Action
    confirmOnce Predicate<ProcessStartPolicy.RestrictedProcessStartConfirmationEventArgs>

    Remarks

    See the following topic for more information: Suppress New Processes Initiated by .NET Controls.

    See Also