Xceed .NET Libraries Documentation
Xceed.Zip Assembly / Xceed.Zip Namespace / ZipEventsSession Class / ZipEventsSession Constructor
The ZipEvents object from which we created the session.
The Xceed.FileSystem.FileSystemItem object on which the process was called.
Opaque data that is sent back to the event handler when an event is raised.


In This Topic
    ZipEventsSession Constructor
    In This Topic
    Initializes a new instance of the ZipEventsSession class.
    Syntax
    'Declaration
     
    Protected Friend Function New( _
       ByVal events As ZipEvents, _
       ByVal sender As Object, _
       ByVal userData As Object, _
       ByVal options As Object _
    )
    'Usage
     
    Dim events As ZipEvents
    Dim sender As Object
    Dim userData As Object
    Dim options As Object
     
    Dim instance As New ZipEventsSession(events, sender, userData, options)
    protected internal ZipEventsSession( 
       ZipEvents events,
       object sender,
       object userData,
       object options
    )

    Parameters

    events
    The ZipEvents object from which we created the session.
    sender
    The Xceed.FileSystem.FileSystemItem object on which the process was called.
    userData
    Opaque data that is sent back to the event handler when an event is raised.
    options
    Remarks

    This constructor is called within the ZipEvents.CreateSession method found in the ZipEvents class.

    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