DeployLX Software Protection System

ShowFormFilterHandler Delegate

Deterimines if the limit form should be shown during validation.

Syntax

Public Delegate Function ShowFormFilterHandler ( _
	limit As ISuperFormLimit, _
	context As SecureLicenseContext, _
	defaultResult As Boolean _
) As Boolean
public delegate bool ShowFormFilterHandler(
	ISuperFormLimit limit,
	SecureLicenseContext context,
	bool defaultResult
)

Parameters

limit
The limit that want's to show it's form.
context
The license validation context.
defaultResult
The default result that DeployLX calculated based on the current validation state and limit properties.

Return Value

Returns true to show the form, otherwise false.

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

See Also