Skip to main content
All docs
V25.2
  • ProcessStartPolicy Events

    Allows you to control processes initiated by DevExpress UI controls in response to user actions.
    Name Description
    ConfirmationRequest static Occurs before the confirmation dialog is displayed (when a DevExpress UI control attempts to start a process that is not included in the list of trusted resources).
    Failed static Allows you to respond to associated failures.
    Started static Fires after a process has started.
    Starting static Fires before a process starts and allows you to cancel the process.
    See Also