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