ComponentOne Query 8.0
AfterRender Event

Syntax

C1QueryFrame_AfterRender ()

Arguments

None

Description

The AfterRender event occurs each time when rendering is completed and the control contents are displayed on the control’s surface. It happens at startup, after every change made by the end user, and after every Render call.

This event is necessary mainly because the Render method works asynchronously: when you call Render, it returns immediately without actually repainting the control’s surface. If you need to perform some action after the control has been repainted, use the AfterRender event.

See Also

Events on changing a query item

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback