StrataFrame Forum

Provide event after initialization

http://forum.strataframe.net/Topic9766.aspx

By Chan - 6/24/2007

Hi,

I always faced problem of my code in user control is not working caused by BO is not yet translated.



I would like to request an event that would be fired after all objects are initialized, BOTranslated so that I can do everything I need without required me to check for InitlizationPriority which doesn't really useful for me.



Thank you
By StrataFrame Team - 6/25/2007

All business objects have a ParentFormLoading event that will fire after the business objects have been translated.  So, you could handle that event on any of your business objects and they will all already be translated.