9 lines
120 B
C#
9 lines
120 B
C#
using System;
|
|
|
|
namespace CPF.ReoGrid.Events
|
|
{
|
|
public class AfterCellKeyDownEventArgs : CellKeyDownEventArgs
|
|
{
|
|
}
|
|
}
|