The Event triggered when the license is about to expire.

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

EventHandler<CartellaLicenseBeforeExpirationNotice>

See Also