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#Copy[Obsolete("This has been deprecated in API12")] public class ListItemEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsListItemEventArgs
Properties
Declaration
C#Copy[Obsolete("This has been deprecated in API12")] public ListItem Item { get; set; }
Property Value
| Type | Description |
|---|---|
| ListItem |