'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