ItemClickedEventArgs Class

RowItemClickedEventArgs class contains the arguments of RowItemClickedEventHandler delegate.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public class ItemClickedEventArgs : EventArgs
Inheritance
Object    EventArgs    ItemClickedEventArgs

Constructors

ItemClickedEventArgs Initializes a new instance of the ItemClickedEventArgs class.

Properties

ItemStyle Gets the clicked ItemStyle.
RowIndex Gets the clicked row's index.
RowItem Gets the RowItem associated with the clicked ItemStyle.
RowOffset Gets the cliked RowItem's row offset in the graphics object.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also