EnvironmentPolicy Events
Allows you to spot, analyze, and prohibit unwanted requests to System.Environment
initiated by DevExpress controls.
Name | Description |
---|---|
Exiting |
Fires when the DevExpress control attempts to exit the current process. Handle this event to allow or suppress the operation. |
Expanded |
Fires after environment variables are expanded within the given string and allows you to modify the result. |
Expanding |
Fires when the DevExpress control attempts to replace names of environment variables using the Environment. method. Handle this event to allow or suppress the operation.
|
Failed static | Allows you to respond to associated failures (exceptions and errors). |
Getting |
Fires when the DevExpress control attempts to retrieve the value of the environment variable from the current process. Handle this event to allow or suppress the operation. |
Got |
Fires after the DevExpress control has read the value of the environment variable. |
Read |
Fires after the DevExpress control has read current process data. |
Reading |
Fires when the DevExpress control attempts to read current process data (for example, Current , Process , Process ). Handle this event to allow or suppress the operation.
|
Reading |
Fires when the DevExpress control attempts to read the path to the system special folder (such as Program Files, Programs, System, or Startup). Handle this event to allow or suppress the operation. |
Read |
Fires after the DevExpress control has read the path to the system special folder (such as Program Files, Programs, System, or Startup). |
Set |
Fires after the DevExpress control has set the path of the current working directory. |
Setting |
Fires when the DevExpress control attempts to set the path of the current working directory. Handle this event to allow or suppress the operation. |
Setting |
Fires when the DevExpress control attempts to set the value of the environment variable in the current process. Handle this event to allow or suppress the operation. |
Set |
Fires after the DevExpress control has set the value of the environment variable. |
See Also