Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Event Handling Mechanism

  Asked By: Deon Pacheco         Date: Sep 26, 2009      Category: Sharepoint      Views: 375
 

Plaes explan the Event Handling Mechanism with reference to Custom Validations, Custom Fields

Tagged:      

 

1 Answer Found

 
Answer #1       Answered By: Savannah Pena          Answered On: Sep 26, 2009       

Event handlers or to say ITEM based event  Handlers are used to control the events happening on the item (basically the entire row i.e. all the fields  in the row by which you can control commiting of the changes. So this way you can perform validation and depending on the results of validation you can commit or rollback the changes.

Check this article: blogs.msdn.com/.../part-1-event-

handlers-everything-you-need-to-know-about-microsoft-office-sharepoint-portal-server-moss-

event-handlers.aspx

 
Didn't find what you were looking for? Find more on Event Handling Mechanism Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].