SourceCode/PROMS/DotNetBar Source Code/Controls/ListBoxAdv/ListBoxAdvItemCheckEventHandler.cs

9 lines
211 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace DevComponents.DotNetBar
{
public delegate void ListBoxAdvItemCheckEventHandler(object sender, ListBoxAdvItemCheckEventArgs e);
}