Class GenListItemEventArgs
Definition
- Namespace:
- Elm
Sharp
- Assembly:
- ElmSharp.dll
It inherits System.EventArgs.
It contains an item which is Gen
public class GenListItemEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args GenList Item Event Args
Properties
View SourceItem
Gets or sets the genlist item. The return type is Gen
Declaration
public GenListItem Item { get; set; }
Property Value
Type | Description |
---|---|
Gen |