Back to Devexpress

ProcessStartPolicy Events

corelibraries-devexpress-dot-data-dot-utils-dot-processstartpolicy-dot-underscore-events.md

latest1.1 KB
Original Source

ProcessStartPolicy Events

Allows you to control processes initiated by DevExpress UI controls in response to user actions.

NameDescription
ConfirmationRequest staticOccurs 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 staticAllows you to respond to associated failures.
Started staticFires after a process has started.
Starting staticFires before a process starts and allows you to cancel the process.

See Also

ProcessStartPolicy Class

ProcessStartPolicy Members

DevExpress.Data.Utils Namespace