Click or drag to resize
EmailBuilderEventArgs Constructor (Int32, Int32, Int32)
Basic constructor with parameters for the Email builder events.

Namespace: CMS.Newsletters.Internal
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 13.0.131
Syntax
C#
public EmailBuilderEventArgs(
	int newsletterId,
	int issueId,
	int tabIndex
)

Parameters

newsletterId
Type: SystemInt32
Newsletter identifier.
issueId
Type: SystemInt32
Issue identifier.
tabIndex
Type: SystemInt32
Index of the tab which should be selected after reload.
See Also