This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class RenderContext
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class RenderContext

The type exposes the following events.

Public Events

  Name Description
Public event BreakProcessing
Event for breaking processing flow.
Public event Static member Error
Occurs when an error occurs.
Public event ExecutingModuleChanged
Occurs when the currently executing module changes.
Public event ModuleStatusChange
Occurs when a module status changes.
Public event TransferRequest
Occurs when the request is being transferred to location outside the Smartsite scope. The MetaData item 'TransferLocation' then points to the location to be transferred to.

See Also

Advanced