Definition
- Namespace:
- Tizen.Uix.InputMethod
- Assembly:
- Tizen.Uix.InputMethod.dll
- API Level:
- 4
This class contains the data related to the DataSet event.
public class SetDataEventArgs
- Inheritance
-
System.Object
SetDataEventArgs
Properties
View Source
The specific data to be set to the input panel.
Declaration
public byte[] Data { get; }
Property Value
Type |
Description |
System.Byte[] |
|
API Level: 4
View Source
The length of data, in bytes, to be sent to the input panel.
Declaration
public uint DataLength { get; }
Property Value
Type |
Description |
System.UInt32 |
|
API Level: 4