Hi,
I have a Vertical List that I want to update on the change of language.
I have the style updating fine in the HandleEvent method but when I try to use the language event in the same way it always returns a null.
var Core::LanguageEvent
langEvent = (Core::LanguageEvent)aEvent;
trace langEvent;
Any ideas?
Thanks
Phil