The event arguments for the event handler used by prepare-render-context
Inheritance Hierarchy
Remarks
See Also
Members
No filters for this type
Constructors
Initializes a new instance of the PrepareRenderContextEventArgs class.
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.
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.