Click or drag to resize

ShellOperationEventArgsPropertyValues Property

Gets the new property values to set to the shell item.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public IReadOnlyDictionary<PropertyKey, Object> PropertyValues { get; }

Property Value

Type: IReadOnlyDictionaryPropertyKey, Object
The property values.
See Also