'Declaration Public Function New( _ ByVal events As FileSystemEvents, _ ByVal userData As Object, _ ByVal folderName As String _ )
'Usage Dim events As FileSystemEvents Dim userData As Object Dim folderName As String Dim instance As New DiskFolder(events, userData, folderName)
public DiskFolder( FileSystemEvents events, object userData, string folderName )
Parameters
- events
- A 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.
- folderName
- Fully qualified name of the underlying physical folder the object is to represent. This folder may or may not physically exist. Cannot be a null reference (Nothing in Visual Basic).