Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / FileSystemEventsSession Class / FileSystemEventsSession Constructor


In This Topic
    FileSystemEventsSession Constructor
    In This Topic
    Syntax
    'Declaration
     
    Protected Friend Function New( _
       ByVal events As FileSystemEvents, _
       ByVal sender As Object, _
       ByVal userData As Object, _
       ByVal options As Object _
    )
    'Usage
     
    Dim events As FileSystemEvents
    Dim sender As Object
    Dim userData As Object
    Dim options As Object
     
    Dim instance As New FileSystemEventsSession(events, sender, userData, options)
    protected internal FileSystemEventsSession( 
       FileSystemEvents events,
       object sender,
       object userData,
       object options
    )

    Parameters

    events
    sender
    userData
    options
    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