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

Base for application events handlers.
Inheritance: IApplicationEventsHandler
Mostrar archivo Open project: pedromagueija/b1pp

Public Methods

Method 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.

Protected Methods

Method Description
ApplicationEventsHandlerBase ( IAddon addon ) : B1PP

Initializes the base class with the addon instance to use.

Method Details

ApplicationEventsHandlerBase() protected method

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

OnAddonStopped() public method

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

OnCompanyChanged() public method

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

OnFontChanged() public method

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

OnLanguageChanged() public method

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

OnShutdown() public method

Called when SAP Business One is closed.
public OnShutdown ( ) : void
return void