LicenseFeatureLostDelegate Delegate

SecureTeam Copy Protection

LicenseFeatureLostDelegate

Delegate for LicenseFeatureLost event.

Namespace: AgileDotNet.Licensing
Assembly: AgileDotNet.Licensing (in AgileDotNet.Licensing.dll)

Syntax

Public Delegate Function LicenseFeatureLostDelegate( _
   ByVal featureName As String _
)
public delegate void LicenseFeatureLostDelegate(
   string featureName
);

Parameters

featureName

See Also

AgileDotNet.Licensing Namespace