'Declaration Public Class ItemProgressionEventArgs Inherits FileSystemEventArgs
'Usage Dim instance As ItemProgressionEventArgs
public class ItemProgressionEventArgs : FileSystemEventArgs
'Declaration Public Class ItemProgressionEventArgs Inherits FileSystemEventArgs
'Usage Dim instance As ItemProgressionEventArgs
public class ItemProgressionEventArgs : FileSystemEventArgs
System.Object
System.EventArgs
Xceed.FileSystem.FileSystemEventArgs
Xceed.FileSystem.ItemProgressionEventArgs
Name | Description | |
---|---|---|
![]() | ItemProgressionEventArgs Constructor | Initializes an new instance of the ItemProgressionEventArgs argument class. |
Name | Description | |
---|---|---|
![]() | m_allItems | An instance of the ProgressionInfo class representing the item count information. |
![]() | 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 | |
---|---|---|
![]() | AllItems | Gets the total number of items being processed. |
![]() | CurrentItem | The current FileSystemItem object being processed. (Inherited from Xceed.FileSystem.FileSystemEventArgs) |
![]() | TargetItem | The destination FileSystemItem object being processed. (Inherited from Xceed.FileSystem.FileSystemEventArgs) |
![]() | UserData | Opaque data that is sent back to the event handler. (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