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.0
Syntax
[FlagsAttribute]
public enum NotificationEvents
Members
  Member nameValueDescription
AssociationChange134217728 A file type association has changed.
AttributesChange2048 The attributes of an item or folder have changed.
FileChange8192 An existing nonfolder item has changed, but the item still exists and has not been renamed.
FileCreate2 A nonfolder item has been created.
FileDelete4 A nonfolder item has been deleted.
FileRename1 The name of a nonfolder item has changed.
DriveAdd256 A drive has been added.
DriveRemove128 A drive has been removed.
ShellDriveAdd65536 A drive has been added and the Shell should create a new window for the drive.
DriveSpaceChange262144 The amount of free space on a drive has changed.
MediaInsert32 Storage media has been inserted into a drive.
MediaRemove64 Storage media has been removed from a drive.
FolderCreate8 A folder has been created.
FolderDelete16 A folder has been removed.
FolderRename131072 The name of a folder has changed.
FolderUpdate4096 An existing item (a folder or a nonfolder) has changed, but the item still exists and has not been renamed.
NetShare512 A folder on the local computer is being shared via the network.
NetUnshare1024 A folder on the local computer is no longer being shared via the network.
ServerDisconnect16384 The computer has disconnected from a server.
ImageListChange32768 An image in the system image list has changed.
Unknown2147483647 All events have occurred.
AsyncResult268435456An enum constant representing the internally used asynchronous result option.
Populated536870912An enum constant representing the internally used populated option.
See Also