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