Click or drag to resize

NotificationEvents Enumeration

The types of notification events that may occur

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
[FlagsAttribute]
public enum NotificationEvents
Members
Member nameValueDescription
FileRename1 The name of a nonfolder item has changed.
FileCreate2 A nonfolder item has been created.
FileDelete4 A nonfolder item has been deleted.
FolderCreate8 A folder has been created.
FolderDelete16 A folder has been removed.
MediaInsert32 Storage media has been inserted into a drive.
MediaRemove64 Storage media has been removed from a drive.
DriveRemove128 A drive has been removed.
DriveAdd256 A drive has been added.
NetShare512 A folder on the local computer is being shared via the network.
NetUnshare1,024 A folder on the local computer is no longer being shared via the network.
AttributesChange2,048 The attributes of an item or folder have changed.
FolderUpdate4,096 An existing item (a folder or a nonfolder) has changed, but the item still exists and has not been renamed.
FileChange8,192 An existing nonfolder item has changed, but the item still exists and has not been renamed.
ServerDisconnect16,384 The computer has disconnected from a server.
ImageListChange32,768 An image in the system image list has changed.
ShellDriveAdd65,536 A drive has been added and the Shell should create a new window for the drive.
FolderRename131,072 The name of a folder has changed.
DriveSpaceChange262,144 The amount of free space on a drive has changed.
AssociationChange134,217,728 A file type association has changed.
AsyncResult268,435,456An enum constant representing the internally used asynchronous result option.
Populated536,870,912An enum constant representing the internally used populated option.
Unknown2,147,483,647 All events have occurred.
See Also