'Declaration Public Function New( _ ByVal events As FileSystemEvents, _ ByVal userData As Object, _ ByVal fileName As String _ )
'Usage Dim events As FileSystemEvents Dim userData As Object Dim fileName As String Dim instance As New WindowsDiskFile(events, userData, fileName)
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.
- fileName
- A String that represents the fully qualified name of the underlying physical file. This file may or may not physically exist. Cannot be a null reference (Nothing in Visual Basic).