12 lines
177 B
C#
12 lines
177 B
C#
![]() |
using System;
|
|||
|
|
|||
|
namespace CPF.ReoGrid.Main
|
|||
|
{
|
|||
|
public class SheetTabMovedEventArgs : EventArgs
|
|||
|
{
|
|||
|
public int Index { get; set; }
|
|||
|
|
|||
|
public int TargetIndex { get; set; }
|
|||
|
}
|
|||
|
}
|