Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / FileSystemEventsSession Class / Events Property


In This Topic
    Events Property (FileSystemEventsSession)
    In This Topic
    Gets the original FileSystemEvents object used to create the session.
    Syntax
    'Declaration
     
    Public ReadOnly Property Events As FileSystemEvents
    'Usage
     
    Dim instance As FileSystemEventsSession
    Dim value As FileSystemEvents
     
    value = instance.Events
    public FileSystemEvents Events {get;}

    Property Value

    A reference to FileSystemEvents object.
    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