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