Event - Expired
See Also: Overview Implementation Properties Methods Events
Example of use found in:
Implementing EZ Trial and EZ Trial Sample
Description:
The License File shows that the current product has expired. This event is fired when the property IsExpired becomes True.
Example:
Sub object_Expired
MsgBox "This demo has expired "
End ' Make the application end
End Sub