Hello, I am currently trying to set a webpart's "title" based on an event that happens in the editor part. I only want the title set if this event is called.
I tried to access the webpart's title value directly, but when you click "Ok" or "Apply" the value that the editor part contains gets synced up. I was wondering if I can get access to the editor parts value that gets synced up when the "OK" or "Apply" button is hit.
Just to clarify, i do not want to set the webparts title at runtime, I only want to set it programatically from the editor part based on a condition.
Thank you,
Dylan