LicenseErrorEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Provides data for the LicenseError event.
- C#
- VB.NET
public class LicenseErrorEventArgs : EventArgs
Public Class LicenseErrorEventArgs
Inherits EventArgs
Constructors
LicenseErrorEventArgs(error)
Initializes a new instance of the LicenseErrorEventArgs class.
| Name | Type | Description |
|---|---|---|
| error | String | License error. |
Properties
Error
String: Indicates the type of license error that has occurred.
Used By
| Name | Description |
|---|---|
| LicenseErrorEventHandler | Represents the method that will handle the LicenseError event. |