Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

is their a way to listen if a webpart has been updated. like a event reciver.

i could not find anything about it, perhaps if i added a itemupdated event, for pages that have been edited when the event fires;I could check the page if the webpart was updated.

thanks in advance

share|improve this question
Is it the webpart itself you want to check to see if it's been updated ? or something inside the webpart ? If it is the webpart itself you could try looking at the update functionality in the feature. – Ian Apr 18 '12 at 7:10

1 Answer

Ok so i found the soltion if you make a custom webpart editor panel using the class Editorpart http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.webparts.editorpart.aspx you can override the method http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.webparts.editorpart.applychanges.aspx

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.