'Declaration Public Class ItemProcessingEventArgs Inherits FileSystemEventArgs
'Usage Dim instance As ItemProcessingEventArgs
public class ItemProcessingEventArgs : FileSystemEventArgs
'Declaration Public Class ItemProcessingEventArgs Inherits FileSystemEventArgs
'Usage Dim instance As ItemProcessingEventArgs
public class ItemProcessingEventArgs : FileSystemEventArgs
System.Object
System.EventArgs
Xceed.FileSystem.FileSystemEventArgs
Xceed.FileSystem.ItemProcessingEventArgs
Name | Description | |
---|---|---|
![]() | ItemProcessingEventArgs Constructor |
Name | Description | |
---|---|---|
![]() | ExcludedInternal | |
![]() | m_currentItem | The current FileSystemItem object being processed. (Inherited from Xceed.FileSystem.FileSystemEventArgs) |
![]() | m_targetItem | The current target FileSystemItem object of the process. (Inherited from Xceed.FileSystem.FileSystemEventArgs) |
![]() | m_userData | Opaque data that is sent back to the event handler when an event is raised. (Inherited from Xceed.FileSystem.FileSystemEventArgs) |
Name | Description | |
---|---|---|
![]() | CurrentItem | Gets or sets the current FileSystemItem object being processed. (Inherited from Xceed.FileSystem.FileSystemEventArgs) |
![]() | Excluded | Gets or sets a Boolean value that indicates whether the item pair should be excluded from the processing list or not. Default: False |
![]() | TargetItem | Gets or sets the destination FileSystemItem object. (Inherited from Xceed.FileSystem.FileSystemEventArgs) |
![]() | UserData | Gets or sets the opaque data that will be sent back to the event handler whenever an event is raised. (Inherited from Xceed.FileSystem.FileSystemEventArgs) |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2