'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)
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