Class ImageView.ResourceReadyEventArgs

    Definition

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

    Event arguments of resource ready.

    public class ImageView.ResourceReadyEventArgs : EventArgs
    Inheritance
    object
    ImageView.ResourceReadyEventArgs

    Properties

    View Source

    View

    The view whose resource is ready.

    Declaration
    public View View { get; set; }
    Property Value
    Type Description
    View

    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