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#Copypublic class GenListItemEventArgs : EventArgs
- Inheritance
-
System.ObjectSystem.EventArgsGenListItemEventArgs
Properties
Declaration
C#Copypublic GenListItem Item { get; set; }
Property Value
Type | Description |
---|---|
GenListItem |