Hi
I have implemented a custom Edit verb for my verb parts. It works fine except that the ApplyChanges() method is not called when I click OK button on the Editor zone.
PS: I have implemented a Custom Editor part (derived from EditorPart) for the web parts and I have this method in the CustomEditor part class. This method gets called if I use the default Edit verb!
Regards