Class ItemLongPressedEventArgs
Event arguments for the ItemLongPressed event of CircleListView.
Inheritance
System.Object
System.EventArgs
ItemLongPressedEventArgs
Inherited Members
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.Wearable.CircularUI.Forms
Assembly: Tizen.Wearable.CircularUI.Forms.dll
Syntax
public class ItemLongPressedEventArgs : EventArgs
Constructors
ItemLongPressedEventArgs(Object, Int32)
Creates a new ItemLongPressedEventArgs object.
Declaration
public ItemLongPressedEventArgs(object item, int itemIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Object | item | An item data of new long pressed item. |
System.Int32 | itemIndex | An index of new long pressed item. |
Properties
Item
Gets the data of new long pressed item
Declaration
public object Item { get; }
Property Value
Type | Description |
---|---|
System.Object |
ItemIndex
Gets the index of new long pressed item
Declaration
public int ItemIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |