Click or drag to resize
EmailBuilderEventArgs Class
Event arguments for Email Builder related events.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    CMS.Newsletters.InternalEmailBuilderEventArgs

Namespace: CMS.Newsletters.Internal
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 13.0.131
Syntax
C#
public class EmailBuilderEventArgs : EventArgs

The EmailBuilderEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodEmailBuilderEventArgs
This constructor sets FullRefresh to true.
Public methodEmailBuilderEventArgs(Int32, Int32, Int32)
Basic constructor with parameters for the Email builder events.
Top
Properties
  NameDescription
Public propertyFullRefresh
Indicates whether the full refresh needs to be performed when email properties are saved.
Public propertyIssueID
Email issue ID.
Public propertyNewsletterID
Newsletter ID.
Public propertySelectedTabIndex
Indicates which tab should be selected after the reload.
Top
See Also