Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderGraphicsFragment Class / ResolvingFinished Method

In This Topic
    ResolvingFinished Method (RenderGraphicsFragment)
    In This Topic
    This method is called by the rendering engine after the current RenderFragment has been completely resolved. Typically this method would be used to clear temporary data created and used during resolving.
    Syntax
    'Declaration
     
    Public Overridable Sub ResolvingFinished() 
    public virtual void ResolvingFinished()
    See Also