ChangeNotificationEventArgsPath1 Property |
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.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public string Path1 { get; }
Public ReadOnly Property Path1 As String
Get
public:
property String^ Path1 {
String^ get ();
}
member Path1 : string with get
Property Value
Type:
StringSee Also