Click or drag to resize

LicensingEventArgsData Property

Gets the license data.

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

Property Value

Type: IReadOnlyDictionaryString, Object
The license data.
See Also