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.
public class SetDataEventArgs
- Inheritance
-
SetDataEventArgs
Properties
View SourceData
The specific data to be set to the input panel.
Declaration
public byte[] Data { get; }
Property Value
Type | Description |
---|---|
Byte[] |
API Level: 4
View SourceDataLength
The length of data, in bytes, to be sent to the input panel.
Declaration
public uint DataLength { get; }
Property Value
Type | Description |
---|---|
UInt32 |