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.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic string Path1 { get; }
Public ReadOnly Property Path1 As String
Get
public:
property String^ Path1 {
String^ get ();
}
member Path1 : string with get
Property Value
String
See Also