Click or drag to resize
GeneratePreviewEventArgs Properties

The GeneratePreviewEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCurrentHandler
Currently executing handler
(Inherited from CMSEventArgs.)
Public propertyIssue
Issue for which the e-mail preview is being generated.
Public propertyOriginalEventArgs
Original event arguments for the event
(Inherited from CMSEventArgs.)
Public propertyPreviewHtml
Final HTML, that will get shown in preview. Will not modify content if left empty.
Public propertySubscriber
Subscriber for which the e-mail preview is being generated. Can be null if the issue is being generated for generic subscriber.
Top
See Also