C# Class SIL.FieldWorks.Common.RootSites.SimpleRootSite.WindowsLanguageProfileSink

Inheritance: IWindowsLanguageProfileSink
Afficher le fichier Open project: sillsdev/FieldWorks

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
OnInputLanguageChanged ( IKeyboardDefinition previousKeyboard, IKeyboardDefinition newKeyboard ) : void

Called after the language profile has changed.

WindowsLanguageProfileSink ( SimpleRootSite parent ) : System

Method Details

OnInputLanguageChanged() public méthode

Called after the language profile has changed.
public OnInputLanguageChanged ( IKeyboardDefinition previousKeyboard, IKeyboardDefinition newKeyboard ) : void
previousKeyboard IKeyboardDefinition The previous input method
newKeyboard IKeyboardDefinition The new input method
Résultat void

WindowsLanguageProfileSink() public méthode

public WindowsLanguageProfileSink ( SimpleRootSite parent ) : System
parent SimpleRootSite
Résultat System