Class RotarySelectorItemEventArgs

    Definition

    Namespace:
    ElmSharp.Wearable
    Assembly:
    ElmSharp.Wearable.dll

    Selected and Clicked events of the RotarySelector contain the RotarySelectorItemEventArgs as a parameter. Inherits System.EventArgs.

    [Obsolete("This has been deprecated in API12")]
    public class RotarySelectorItemEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    RotarySelectorItemEventArgs

    Properties

    View Source

    Item

    Sets or gets the rotary selector item.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public RotarySelectorItem Item { get; set; }
    Property Value
    Type Description
    RotarySelectorItem
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX