Class GenListItemEventArgs

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll
API Level:
preview

It inherits System.EventArgs. It contains an item which is GenListItem type. All events of the GenList contain GenListItemEventArgs as a parameter.

C#
Copy
public class GenListItemEventArgs : EventArgs
Inheritance
GenListItemEventArgs

Properties

View Source

Item

Gets or sets the genlist item. The return type is GenListItem.

Declaration
C#
Copy
public GenListItem Item { get; set; }
Property Value
Type Description
GenListItem
API Level: preview