Class SetDataEventArgs

Definition

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

This class contains the data related to the DataSet event.

C#
Copy
public class SetDataEventArgs
Inheritance
SetDataEventArgs

Properties

View Source

Data

The specific data to be set to the input panel.

Declaration
C#
Copy
public byte[] Data { get; }
Property Value
Type Description
System.Byte[]
API Level: 4
View Source

DataLength

The length of data, in bytes, to be sent to the input panel.

Declaration
C#
Copy
public uint DataLength { get; }
Property Value
Type Description
System.UInt32
API Level: 4