DeployLX Software Protection System

SecureLicenseManager..::..HelpRequested Event

Fired when the help button is clicked on the SuperForm.

Syntax

Public Shared Event HelpRequested As ValidationHelpEventHandler
public static event ValidationHelpEventHandler HelpRequested

Remarks

Note When processing this event you should check that the event is being fired due to a request by your license since multiple components using DeployLX Licensing may be loaded into the same process. To check if the event is being fired for one of your licenses, check the ValidatingLicense of the Context property of the event args.

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

See Also