EnvironmentPolicy.SpecialFolderRequestEventArgs Properties
Contains data for the ReadingSpecialFolder event.| Name | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
| Folder | Gets the system special folder (such as Program Files, Programs, System, or Startup). |
| Option | Gets the option used for accessing a special folder. |
See Also