C# 클래스 B1PP.Forms.Events.ApplicationEvents.ApplicationEventsHandlerBase

Base for application events handlers.
상속: IApplicationEventsHandler
파일 보기 프로젝트 열기: pedromagueija/b1pp

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
ApplicationEventsHandlerBase ( IAddon addon ) : B1PP

Initializes the base class with the addon instance to use.

메소드 상세

ApplicationEventsHandlerBase() 보호된 메소드

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

OnAddonStopped() 공개 메소드

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

OnCompanyChanged() 공개 메소드

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

OnFontChanged() 공개 메소드

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

OnLanguageChanged() 공개 메소드

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

OnShutdown() 공개 메소드

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