ShellBrowser .Net Edition
ChangeNotificationEventArgs Constructor (aEvent, aPath1, aPath2)
NamespacesJam.ShellChangeNotificationEventArgsChangeNotificationEventArgs(NotificationEvents, String, String)
Initializes a new instance of the ChangeNotificationEventArgs class.
Declaration Syntax
C#Visual BasicVisual C++
public ChangeNotificationEventArgs(
	NotificationEvents aEvent,
	string aPath1,
	string aPath2
)
Public Sub New ( _
	aEvent As NotificationEvents, _
	aPath1 As String, _
	aPath2 As String _
)
public:
ChangeNotificationEventArgs(
	NotificationEvents aEvent, 
	String^ aPath1, 
	String^ aPath2
)
Parameters
aEvent (NotificationEvents)
Contains the type of the event.
aPath1 (String)
The variable path1 contains the path of the file or folder for that the event occurred, except for event types that do not refer to a certain file system type: AssociationChange, ImageListChange.
aPath2 (String)
The variable path2 contains the destination path for the events: FolderRename, FileRename. For all other events, path2 should be ignored.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)