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