Show / Hide Table of Contents

    Class ViewHolder

    Inheritance
    System.Object
    Box
    ViewHolder
    Inherited Members
    Box.LayoutUpdated
    Namespace: Tizen.UIExtensions.ElmSharp
    Assembly: Tizen.UIExtensions.ElmSharp.dll
    Syntax
    public class ViewHolder : Box

    Constructors

    ViewHolder(EvasObject)

    Declaration
    public ViewHolder(EvasObject parent)
    Parameters
    Type Name Description
    EvasObject parent

    Properties

    AllowItemFocus

    Declaration
    public bool AllowItemFocus { get; set; }
    Property Value
    Type Description
    System.Boolean

    Content

    Declaration
    public EvasObject? Content { get; set; }
    Property Value
    Type Description
    System.Nullable<EvasObject>

    State

    Declaration
    public ViewHolderState State { get; set; }
    Property Value
    Type Description
    ViewHolderState

    ViewCategory

    Declaration
    public object ViewCategory { get; set; }
    Property Value
    Type Description
    System.Object

    Methods

    Initialize(EvasObject)

    Declaration
    protected void Initialize(EvasObject parent)
    Parameters
    Type Name Description
    EvasObject parent

    OnClicked(Object, EventArgs)

    Declaration
    protected virtual void OnClicked(object sender, EventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    System.EventArgs e

    OnFocused(Object, EventArgs)

    Declaration
    protected virtual void OnFocused(object sender, EventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    System.EventArgs e

    OnLayout()

    Declaration
    protected virtual void OnLayout()

    OnUnfocused(Object, EventArgs)

    Declaration
    protected virtual void OnUnfocused(object sender, EventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    System.EventArgs e

    ResetState()

    Declaration
    public void ResetState()

    UpdateState()

    Declaration
    protected virtual void UpdateState()

    Events

    RequestSelected

    Declaration
    public event EventHandler RequestSelected
    Event Type
    Type Description
    System.EventHandler

    StateUpdated

    Declaration
    public event EventHandler StateUpdated
    Event Type
    Type Description
    System.EventHandler
    Back to top Copyright © 2021 Samsung
    Generated by DocFX