LicenseErrorEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Represents the method that will handle the LicenseError event.
- C#
- VB.NET
public delegate void LicenseErrorEventHandler(Object sender, LicenseErrorEventArgs e)
Public Delegate Sub LicenseErrorEventHandler(ByVal sender As [Object], ByVal e As LicenseErrorEventArgs)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The source of the event. |
| e | LicenseErrorEventArgs | A LicenseErrorEventArgs that contains the event data. |
Fired By
| Name | Description |
|---|---|
| Application.LicenseError | Fired when a license error occurs. |