C# Class WPFKeyboard.Controls.OnScreenKeyboardSection

Inheritance: System.Windows.Controls.Grid
ファイルを表示 Open project: pauldotknopf/WPFKeyboard

Public Methods

Method Description
OnScreenKeyboardSection ( OnScreenKeyboard onScreenKeyboard ) : System

Private Methods

Method Description
OnDataContextChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs dependencyPropertyChangedEventArgs ) : void
OnRowsCollectionChanged ( object sender, NotifyCollectionChangedEventArgs notifyCollectionChangedEventArgs ) : void

Method Details

OnScreenKeyboardSection() public method

public OnScreenKeyboardSection ( OnScreenKeyboard onScreenKeyboard ) : System
onScreenKeyboard OnScreenKeyboard
return System