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éthode | Description | |
---|---|---|
ApplicationEventsHandlerBase ( IAddon addon ) : B1PP |
Initializes the base class with the addon instance to use.
|
protected ApplicationEventsHandlerBase ( IAddon addon ) : B1PP | ||
addon | IAddon | /// The addon to use. /// |
Résultat | B1PP |