Click or drag to resize
ResolveMacrosEventArgs Properties

The ResolveMacrosEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCurrentHandler
Currently executing handler
(Inherited from CMSEventArgs.)
Public propertyIssueInfo
Text which is being resolved belongs to this issue. Can be null if there is no corresponding issue available.
Public propertyMacroResolver
Macro resolver which will be used to resolve macros.
Public propertyNewsletter
Text which is being resolved belongs to the issue in this newsletter. Can be null if there is no corresponding newsletter available.
Public propertyOriginalEventArgs
Original event arguments for the event
(Inherited from CMSEventArgs.)
Public propertyTextToResolve
Text before resolving on the Before event or already resolved text on the After event.
Top
See Also