Class ListItemEventArgs
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
It inherits System.EventArgs. It contains an item which is ListItem type. All the events of a list contain ListItemEventArgs as a parameter.
C#Copypublic class ListItemEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsListItemEventArgs
Properties
Declaration
C#Copypublic ListItem Item { get; set; }
Property Value
| Type | Description |
|---|---|
| ListItem |