Disable Event Firing – base.DisableEventFiring(); not found - InfoPathSharePoint.net


Disable Event Firing – base.DisableEventFiring(); not found

Posted by pradeepkvd on May 21, 2010



 base.DisableEventFiring() is found only if the class inherits from
 SPEventReceiverBase.

The work around is to create a new class that inherits from
 SPEventReceiverBase and update the item.


using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using... [read more]

Rating

not rated

Reviews

There are currently no comments or reviews.

Submit a review:

Login required.