Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / FileSystemEvents Class
Members


In This Topic
    FileSystemEvents Class
    In This Topic
    Class that dispatches events raised from methods called on FileSystemItem objects or objects that derive from the FileSystemItem class.
    Syntax
    'Declaration
     
    Public Class FileSystemEvents 
    'Usage
     
    Dim instance As FileSystemEvents
    public class FileSystemEvents 
    Remarks

    This class serves as a central point of access to associate event handlers with method calls, for methods that need to raise events.

    Inheritance Hierarchy

    System.Object
       Xceed.FileSystem.FileSystemEvents
          Xceed.Tar.TarEvents
          Xceed.Zip.ZipEvents

    Requirements

    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

    See Also