Class GenGridItemEventArgs
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
- API Level:
- preview
It inherits System.EventArgs. It contains the item which is the GenGridItem type. All events of the GenGrid contain GenGridItemEventArgs as a parameter.
C#Copypublic class GenGridItemEventArgs : EventArgs
- Inheritance
Properties
Declaration
C#Copypublic GenGridItem Item { get; set; }
Property Value
Type | Description |
---|---|
GenGridItem |