Search Results for

    Show / Hide Table of Contents

    Class GridViewFocusedEventArgs

    Arguments for the event that is raised when one item of GridView has received focus.

    Inheritance
    System.Object
    System.EventArgs
    Xamarin.Forms.FocusEventArgs
    GridViewFocusedEventArgs
    Inherited Members
    Xamarin.Forms.FocusEventArgs.IsFocused
    Xamarin.Forms.FocusEventArgs.VisualElement
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Tizen.Theme.Common
    Assembly: Tizen.Theme.Common.dll
    Syntax
    public class GridViewFocusedEventArgs : FocusEventArgs

    Constructors

    GridViewFocusedEventArgs(Object, View, Boolean)

    Constructs a new GridViewFocusedEventArgs object.

    Declaration
    public GridViewFocusedEventArgs(object item, View targetView, bool isFocused)
    Parameters
    Type Name Description
    System.Object item
    Xamarin.Forms.View targetView
    System.Boolean isFocused

    Properties

    Item

    The focused item.

    Declaration
    public object Item { get; }
    Property Value
    Type Description
    System.Object
    In This Article
    Back to top Copyright © 2018-2019 Samsung
    Generated by DocFX