'Declaration
Public Delegate Function LicenceStoredHandler( _ ByVal licenceToken As String _ ) As Boolean
'Usage
Dim instance As New LicenceStoredHandler(AddressOf HandlerMethod)
public delegate bool LicenceStoredHandler( string licenceToken )
public delegate bool LicenceStoredHandler( String^ licenceToken )
Parameters
- licenceToken
- Token to store
Return Value
True if the routine stores the licence key successfully