DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomLicence Class / LicenceExpired Event



In This Topic
    LicenceExpired Event
    In This Topic
    Event to alert that the current temporary licence has just expired

    You can have code to handle the expiration, for example, licence Re-activation can happen here

    Syntax
    'Declaration
     
    
    Public Event LicenceExpired As LicenceExpirationHandler
    'Usage
     
    
    Dim instance As DicomLicence
    Dim handler As LicenceExpirationHandler
     
    AddHandler instance.LicenceExpired, handler
    public event LicenceExpirationHandler LicenceExpired
    public:
    event LicenceExpirationHandler^ LicenceExpired
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also