NotificationEvents Enumeration |
The types of notification events that may occur
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax [FlagsAttribute]
public enum NotificationEvents
<FlagsAttribute>
Public Enumeration NotificationEvents
[FlagsAttribute]
public enum class NotificationEvents
[<FlagsAttribute>]
type NotificationEvents
Members
| Member name | Value | Description |
---|
| AssociationChange | 134217728 |
A file type association has changed.
|
| AttributesChange | 2048 |
The attributes of an item or folder have changed.
|
| FileChange | 8192 |
An existing nonfolder item has changed, but the item still exists and has not been renamed.
|
| FileCreate | 2 |
A nonfolder item has been created.
|
| FileDelete | 4 |
A nonfolder item has been deleted.
|
| FileRename | 1 |
The name of a nonfolder item has changed.
|
| DriveAdd | 256 |
A drive has been added.
|
| DriveRemove | 128 |
A drive has been removed.
|
| ShellDriveAdd | 65536 |
A drive has been added and the Shell should create a new window for the drive.
|
| DriveSpaceChange | 262144 |
The amount of free space on a drive has changed.
|
| MediaInsert | 32 |
Storage media has been inserted into a drive.
|
| MediaRemove | 64 |
Storage media has been removed from a drive.
|
| FolderCreate | 8 |
A folder has been created.
|
| FolderDelete | 16 |
A folder has been removed.
|
| FolderRename | 131072 |
The name of a folder has changed.
|
| FolderUpdate | 4096 |
An existing item (a folder or a nonfolder) has changed, but the item still exists and has not been renamed.
|
| NetShare | 512 |
A folder on the local computer is being shared via the network.
|
| NetUnshare | 1024 |
A folder on the local computer is no longer being shared via the network.
|
| ServerDisconnect | 16384 |
The computer has disconnected from a server.
|
| ImageListChange | 32768 |
An image in the system image list has changed.
|
| Unknown | 2147483647 |
All events have occurred.
|
| AsyncResult | 268435456 | An enum constant representing the internally used asynchronous result option. |
| Populated | 536870912 | An enum constant representing the internally used populated option. |
See Also