12 lines
199 B
C#
12 lines
199 B
C#
![]() |
using System;
|
|||
|
|
|||
|
namespace CPF.ReoGrid.Events
|
|||
|
{
|
|||
|
public class CellKeyDownEventArgs : WorksheetKeyEventArgs
|
|||
|
{
|
|||
|
public Cell Cell { get; set; }
|
|||
|
|
|||
|
public CellPosition CellPosition { get; set; }
|
|||
|
}
|
|||
|
}
|