Event to occur when license is about to expire. Head up days are defined in config file
(web.config or [App].config)
The checking is done when any methods/properties are accessed.
This event is relayed from LicenseManagerBase.
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
event EventHandler<CartellaLicenseBeforeExpirationNotice> LicenseAboutToExpire |
Visual Basic |
---|
Event LicenseAboutToExpire As EventHandler(Of CartellaLicenseBeforeExpirationNotice) |
Visual C++ |
---|
event EventHandler<CartellaLicenseBeforeExpirationNotice^>^ LicenseAboutToExpire {
void add (EventHandler<CartellaLicenseBeforeExpirationNotice^>^ value);
void remove (EventHandler<CartellaLicenseBeforeExpirationNotice^>^ value);
} |
Field Value
EventHandlerlt;CartellaLicenseBeforeExpirationNotice>
See Also