'DeclarationPublic Event LicenceExpired As LicenceExpirationHandler
'UsageDim instance As DicomLicence Dim handler As LicenceExpirationHandler AddHandler instance.LicenceExpired, handler
public event LicenceExpirationHandler LicenceExpired
public: event LicenceExpirationHandler^ LicenceExpired