Class LayoutSetEventArgs

Definition

Namespace:
Tizen.Uix.InputMethod
Assembly:
Tizen.Uix.InputMethod.dll
API Level:
4

This class contains the data related to the LayoutSet event.

C#
Copy
public class LayoutSetEventArgs
Inheritance
LayoutSetEventArgs

Properties

View Source

Layout

The input panel layout.

Declaration
C#
Copy
public InputPanelLayout Layout { get; }
Property Value
Type Description
InputPanelLayout
API Level: 4