Click or drag to resize

ShellOperationEventArgsPropertyValues Property

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

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

Property Value

Type: IReadOnlyDictionaryPropertyKey, Object
The property values.
See Also