10 lines
154 B
C#
10 lines
154 B
C#
![]() |
using System;
|
|||
|
|
|||
|
namespace CPF.ReoGrid.Events
|
|||
|
{
|
|||
|
public class SelectionMovedForwardEventArgs : EventArgs
|
|||
|
{
|
|||
|
public bool IsCancelled { get; set; }
|
|||
|
}
|
|||
|
}
|