'Declaration Public Overloads Sub ApplyPropertiesTo( _ ByVal events As FileSystemEvents, _ ByVal userData As Object, _ ByVal targetItem As FileSystemItem _ )
'Usage Dim instance As FileSystemItem Dim events As FileSystemEvents Dim userData As Object Dim targetItem As FileSystemItem instance.ApplyPropertiesTo(events, userData, targetItem)
public void ApplyPropertiesTo( FileSystemEvents events, object userData, FileSystemItem targetItem )
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.
- targetItem
- A FileSystemItem object to which the current item's properties must be copied. Cannot be a null reference (Nothing in Visual Basic).