DeployLX Software Protection System

LicenseEventHandler Delegate

Public delegate for events fired by the SecureLicenseManager.

Syntax

Public Delegate Sub LicenseEventHandler ( _
	sender As Object, _
	e As LicenseEventArgs _
)
public delegate void LicenseEventHandler(
	Object sender,
	LicenseEventArgs e
)

Parameters

sender
Always nullNothingnullptra null reference (Nothing in Visual Basic).
e
The arguments for the event.

Assembly:  DeployLX.Licensing.v5 (in DeployLX.Licensing.v5.dll)

See Also