'Declaration Public Overloads Sub BeginUpdate( _ ByVal events As Xceed.FileSystem.FileSystemEvents, _ ByVal userData As Object _ )
'Usage Dim instance As ZipArchive Dim events As Xceed.FileSystem.FileSystemEvents Dim userData As Object instance.BeginUpdate(events, userData)
Parameters
- events
- A Xceed.FileSystem.FileSystemEvents object that will be used to raise events. Cannot be a null reference (Nothing in Visual Basic).
- userData
- Opaque data that will be passed back to the event handler when an event is raised.