DeployLX Software Protection System

ValidationHelpEventHandler Delegate

Defines a delegate for the HelpRequested event.

Syntax

Public Delegate Sub ValidationHelpEventHandler ( _
	sender As Object, _
	e As ValidationHelpEventArgs _
)
public delegate void ValidationHelpEventHandler(
	Object sender,
	ValidationHelpEventArgs e
)

Parameters

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

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

See Also