12 lines
192 B
C#
12 lines
192 B
C#
![]() |
using System;
|
|||
|
|
|||
|
namespace CPF.ReoGrid.Outline
|
|||
|
{
|
|||
|
public class OutlineAddedEventArgs : OutlineEventArgs
|
|||
|
{
|
|||
|
public OutlineAddedEventArgs(ReoGridOutline outline) : base(outline)
|
|||
|
{
|
|||
|
}
|
|||
|
}
|
|||
|
}
|