Click or drag to resize

LicensingEventArgs Class

Provides data for the Licensing event of the ShellFolderServer type.
Inheritance Hierarchy

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class LicensingEventArgs : CancelEventArgs

The LicensingEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyData
Gets the license data.
Public propertyHasExpired
Gets a value indicating whether the license has expired.
Top
See Also