Class ClipboardDataSelectedEventArgs

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    ClipboardDataSelectedEventArgs is a class to record clipboard selected event arguments which will be sent to user.
    This is to catch data selection event.

    public class ClipboardDataSelectedEventArgs : EventArgs
    Inheritance
    object
    ClipboardDataSelectedEventArgs

    Properties

    View Source

    MimeType

    The mime type of clipboard selected data.

    Declaration
    public string MimeType { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX