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.

Namespace: Cartella.Interfaces
Assembly: 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