Class MimeTypeUpdateRequestedEventArgs

Definition

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

This class contains the data related to the MimeTypeUpdateRequested event.

C#
Copy
public class MimeTypeUpdateRequestedEventArgs
Inheritance
System.Object
MimeTypeUpdateRequestedEventArgs

Properties

View Source

MimeType

The MIME type of entry.

Declaration
C#
Copy
public string MimeType { get; }
Property Value
Type Description
System.String
API Level: 6