Class DataLoaderLifecycleChangedEventArgs

    Definition

    Namespace:
    Tizen.Applications
    Assembly:
    Tizen.Applications.UIGadget.dll

    Event arguments for the DataLoader lifecycle change event.

    public class DataLoaderLifecycleChangedEventArgs : EventArgs
    Inheritance
    object
    DataLoaderLifecycleChangedEventArgs

    Properties

    View Source

    DataLoader

    Gets the DataLoader object that triggered the event.

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

    State

    Gets the current state of the DataLoader lifecycle.

    Declaration
    public DataLoaderLifecycleState State { get; }
    Property Value
    Type Description
    DataLoaderLifecycleState

    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