namespace com.azkoss.excellite { using System; using System.Runtime.CompilerServices; /// ///Delegate for handling the ExcelFile.LimitNear ///and ExcelFile.LimitReached events. /// public delegate void LimitEventHandler(object sender, LimitEventArgs e); }