Class InputPane
Represents a class for Displaying the input keys.InputPane
Inheritance
System.Object
    InputPane
  Implements
System.IDisposable
  Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public class InputPane : Control, IDisposable
  Constructors
InputPane()
Initializes an instance of the InputPane class.
Declaration
public InputPane()
  Methods
add_CalculatorKeyDown(KeyInputEventHandler)
Declaration
public void add_CalculatorKeyDown(KeyInputEventHandler value)
  Parameters
| Type | Name | Description | 
|---|---|---|
| KeyInputEventHandler | value | 
Dispose()
Declaration
public void Dispose()
  OnApplyTemplate()
Initializes all the child elements of the InputPane of the SfCalculator control.
Declaration
protected override void OnApplyTemplate()
  OnCalculatorKeyDown(VirtualKey)
Occurs when the key is pressed
Declaration
protected virtual void OnCalculatorKeyDown(VirtualKey key)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Windows.System.VirtualKey | key | 
remove_CalculatorKeyDown(KeyInputEventHandler)
Declaration
public void remove_CalculatorKeyDown(KeyInputEventHandler value)
  Parameters
| Type | Name | Description | 
|---|---|---|
| KeyInputEventHandler | value | 
Events
CalculatorKeyDown
Invoked when the Calculator ky is pressed.
Declaration
public event KeyInputEventHandler CalculatorKeyDown
  Event Type
| Type | 
|---|
| KeyInputEventHandler | 
Implements
      System.IDisposable