Class AsyncImageLoader.ImageLoadedEventArgs

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll
    public class AsyncImageLoader.ImageLoadedEventArgs : EventArgs
    Inheritance
    object
    AsyncImageLoader.ImageLoadedEventArgs

    Properties

    View Source

    LoadingTaskId

    Declaration
    public uint LoadingTaskId { get; }
    Property Value
    Type Description
    uint
    View Source

    PixelData

    Declaration
    public PixelData PixelData { get; }
    Property Value
    Type Description
    PixelData

    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