I have a component that includes a zone - the zone is periodically
refreshed using the ZoneRefresh mixin.

Is there any equivalent to @BeginRender that I can use to set up data to
support the zone re-rendering?  @BeginRender methods are called when the
page renders, but they're not called when the zone re-renders via ajax.

The only event I've found that gets called is @PageAttached, but of course
this is deprecated.

Any tips would be appreciated!

Gratefully,

Michael

Reply via email to