OperationEventArgsDestination Property |
In case of operations like copy or move this property contains the destination path. This property is null for other operations, to which it does not have a meaning.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public string Destination { get; }
Public ReadOnly Property Destination As String
Get
public:
property String^ Destination {
String^ get ();
}
member Destination : string with get
Property Value
Type:
StringSee Also