Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / ItemProgressionEventArgs Class


In This Topic
    ItemProgressionEventArgs Class Properties
    In This Topic

    For a list of all members of this type, see ItemProgressionEventArgs members.

    Public Properties
     NameDescription
    Public PropertyGets the total number of items being processed.  
    Public PropertyThe current FileSystemItem object being processed. (Inherited from Xceed.FileSystem.FileSystemEventArgs)
    Public PropertyThe destination FileSystemItem object being processed. (Inherited from Xceed.FileSystem.FileSystemEventArgs)
    Public PropertyOpaque data that is sent back to the event handler. (Inherited from Xceed.FileSystem.FileSystemEventArgs)
    Top
    See Also