Class MimeTypeUpdateRequestedEventArgs

Definition

Namespace:
Tizen.Uix.InputMethod
Assembly:
Tizen.Uix.InputMethod.dll

This class contains the data related to the MimeTypeUpdateRequested event.

C#
Copy
public class MimeTypeUpdateRequestedEventArgs
Inheritance
object
MimeTypeUpdateRequestedEventArgs

Properties

View Source

MimeType

The MIME type of entry.

Declaration
C#
Copy
public string MimeType { get; }
Property Value
Type Description
string