'Declaration Protected Friend Function New( _ ByVal events As TarEvents, _ ByVal sender As Object, _ ByVal userData As Object, _ ByVal options As Object _ )
'Usage Dim events As TarEvents Dim sender As Object Dim userData As Object Dim options As Object Dim instance As New TarEventsSession(events, sender, userData, options)
Parameters
- events
- The TarEvents object from which the session is created.
- sender
- The FileSystemItem on which the process was called.
- userData
- The user data that is sent back to the event handler when the event is raised.
- options