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