Name | Description | |
---|---|---|
FileSystemEvents Constructor |
The following tables list the members exposed by FileSystemEvents.
Name | Description | |
---|---|---|
FileSystemEvents Constructor |
Name | Description | |
---|---|---|
Empty | This property is reserved for internal use and is not intended to be used directly from your code. |
Name | Description | |
---|---|---|
WantsAddingItemToProcess | ||
WantsByteProgression | Gets a boolean value indicating if the FileSystemEvents object has subscribed to the ByteProgression event. | |
WantsItemCompletion | Gets a System.Boolean value indicating if the FileSystemEvents object has subscribed to the ItemCompletion event. | |
WantsItemException | Gets a boolean value indicating if the FileSystemEvents object has subscribed to the ItemException event. | |
WantsItemProgression | Gets a boolean value indicating if the FileSystemEvents object has subscribed to the ItemProgression event. | |
WantsPathException | Gets a boolean value indicating if the FileSystemEvents object has subscribed to the PathException event. | |
WantsPropertiesAppliedToItem | ||
WantsScanningFolder | Gets a boolean value indicating if the FileSystemEvents object has subscribed to the ScanningFolder event. |
Name | Description | |
---|---|---|
BeginSubOperation | Called when a sub-operation is begun within a process. | |
CreateSession | Overloaded. Initializes a new session from a FileSystemEvents object. | |
EndSubOperation | Called when a sub-operation is ended within a process. |
Name | Description | |
---|---|---|
OnAddingItemToProcess | ||
OnByteProgression | Raises the ByteProgression event. | |
OnItemCompletion | Raises the ItemCompletion event. | |
OnItemException | Raises the ItemException event. | |
OnItemProgression | Raises the ItemProgression event. | |
OnPathException | Raises the PathException event. | |
OnPropertiesAppliedToItem | ||
OnScanningFolder | Raises the ScanningFolder event. | |
ValidateParams | Verifies the validity of the parameters sent to the event handlers. |
Name | Description | |
---|---|---|
AddingItemToProcess | Raised every time a FileSystemItem object is about to be added to the list of items to be processed, providing information to the event handler and optional actions to be taken. | |
ByteProgression | Raised for every 64k of bytes processed when a FileSystemItem object is being processed. | |
ItemCompletion | Raised every time a FileSystemItem object has been processed, providing progression information to the event handler and the ability to perform custom post-processing on the target item. | |
ItemException | Raised when an exception is caught during the processing of a FileSystemItem object, allowing the handler to decide the action to take. | |
ItemProgression | Raised every time a FileSystemItem object is about to be processed, providing progression information to the event handler. | |
PathException | Raised when an exception is caught during the processing of a path string, allowing the handler to correct the path and retry the operation. | |
PropertiesAppliedToItem | ||
ScanningFolder | Raised when an AbstractFolder object is accessed or is scanned for matching items while building a list of items to process. |