'DeclarationPublic Overloads Overrides Function CreateSession( _ ByVal sender As Object, _ ByVal userData As Object, _ ByVal options As Object _ ) As FileSystemEventsSession
'UsageDim instance As ZipEvents Dim sender As Object Dim userData As Object Dim options As Object Dim value As FileSystemEventsSession value = instance.CreateSession(sender, userData, options)
Parameters
- sender
- The object from which the session is created.Opaque data that is sent back to the event handler when an event is raised.
- userData
- options
Return Value
A reference to a Xceed.FileSystem.FileSystemEventsSession object.