C# Class B1PP.Forms.Events.ApplicationEvents.ApplicationEventsHandlerBase

Base for application events handlers.
Inheritance: IApplicationEventsHandler
Afficher le fichier Open project: pedromagueija/b1pp

Méthodes publiques

Méthode Description
OnAddonStopped ( ) : void

Called when the addon is requested to stop by SAP Business One.

OnCompanyChanged ( ) : void

Called when the company is changed in SAP Business One.

OnFontChanged ( ) : void

Called when the font is changed in SAP Business One.

OnLanguageChanged ( ) : void

Called when the language is changed in SAP Business One.

OnShutdown ( ) : void

Called when SAP Business One is closed.

Méthodes protégées

Méthode Description
ApplicationEventsHandlerBase ( IAddon addon ) : B1PP

Initializes the base class with the addon instance to use.

Method Details

ApplicationEventsHandlerBase() protected méthode

Initializes the base class with the addon instance to use.
protected ApplicationEventsHandlerBase ( IAddon addon ) : B1PP
addon IAddon /// The addon to use. ///
Résultat B1PP

OnAddonStopped() public méthode

Called when the addon is requested to stop by SAP Business One.
public OnAddonStopped ( ) : void
Résultat void

OnCompanyChanged() public méthode

Called when the company is changed in SAP Business One.
public OnCompanyChanged ( ) : void
Résultat void

OnFontChanged() public méthode

Called when the font is changed in SAP Business One.
public OnFontChanged ( ) : void
Résultat void

OnLanguageChanged() public méthode

Called when the language is changed in SAP Business One.
public OnLanguageChanged ( ) : void
Résultat void

OnShutdown() public méthode

Called when SAP Business One is closed.
public OnShutdown ( ) : void
Résultat void