C

PrepareRenderContextEventArgs

The event arguments for the event handler used by prepare-render-context

Remarks

This event argument can be used to modify the context during exportContent and invalidate

See Also

API

prepare-render-context

Members

No filters for this type

Constructors

Initializes a new instance of the PrepareRenderContextEventArgs class.

Parameters

context: IRenderContext
The initial context which can be modified by the event handlers using the context property.

Properties

Gets or sets the context.
final

Property Value

The context that can be modified, wrapped, or exchanged by the event handlers. This value may not be null.

Throws

Exception ({ name: 'ArgumentError' })
If the argument is null.