OperationEventArgsAffectedObjects Property |
The paths of the files or folders that were affected by the performed operation.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public PathCollection AffectedObjects { get; }
Public ReadOnly Property AffectedObjects As PathCollection
Get
public:
property PathCollection^ AffectedObjects {
PathCollection^ get ();
}
member AffectedObjects : PathCollection with get
Property Value
Type:
PathCollectionSee Also