ProcessStartPolicy Events
Allows you to control processes initiated by DevExpress UI controls in response to user actions.Name | Description |
---|---|
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