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

Inheritance: IWindowsLanguageProfileSink
ファイルを表示 Open project: sillsdev/FieldWorks

Private Properties

Property Type Description

Public Methods

Method Description
OnInputLanguageChanged ( IKeyboardDefinition previousKeyboard, IKeyboardDefinition newKeyboard ) : void

Called after the language profile has changed.

WindowsLanguageProfileSink ( SimpleRootSite parent ) : System

Method Details

OnInputLanguageChanged() public method

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
return void

WindowsLanguageProfileSink() public method

public WindowsLanguageProfileSink ( SimpleRootSite parent ) : System
parent SimpleRootSite
return System