Class RenderEvent
Represents an render event from a ITestRenderer.
public sealed class RenderEvent
- Inheritance
-
RenderEvent
- Inherited Members
- Extension Methods
Constructors
RenderEvent()
public RenderEvent()
Properties
Frames
Gets a collection of ArrayRange<T>, accessible via the ID of the component they are created by.
public RenderTreeFrameDictionary Frames { get; }
Property Value
Methods
GetRenderStatus(IRenderedFragmentBase)
Gets the render status for a renderedComponent
.
public (bool Rendered, bool Changed, bool Disposed) GetRenderStatus(IRenderedFragmentBase renderedComponent)
Parameters
renderedComponent
IRenderedFragmentBaseThe
renderedComponent
to get the status for.