FreeLimitEventArgs Class
Provides data for the FreeLimitReached event.
public sealed class FreeLimitEventArgs : EventArgs
Public NotInheritable Class FreeLimitEventArgs
Inherits EventArgs
- Inheritance:
- System.ObjectSystem.EventArgsFreeLimitEventArgs
Properties
File
Gets the ExcelFile on which limit was reached.
Property Value
FreeLimitReachedAction
Gets or sets the choice for proceeding when free limit is reached.
public FreeLimitReachedAction FreeLimitReachedAction { get; set; }
Public Property FreeLimitReachedAction As FreeLimitReachedAction