ChangeNotificationEventArgs Constructor |
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax 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
)
new :
aEvent : NotificationEvents *
aPath1 : string *
aPath2 : string -> ChangeNotificationEventArgs
Parameters
- aEvent
- Type: Jam.ShellNotificationEvents
Contains the type of the event. - aPath1
- Type: SystemString
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
- Type: SystemString
The variable path2 contains the destination path for the events: FolderRename, FileRename. For all other events, path2 should be ignored.
See Also