3
votes
2answers
261 views

SP 2010 JavaScript events

I want to hook into certain events on a SharePoint 2010 site, specifically the modal dialog open and close events. Does SharePoint 2010 trigger any events for these kinds of actions? If so, how do I ...
0
votes
1answer
143 views

Create EventReceiver for Permission List

I want to create event receiver for Permission list that located at /_layouts/User.aspx page. I think if i knew ListTemplateId of this list I would be able to handle its event. Does anyone know its ...
0
votes
1answer
2k views

SharePoint 2010 events: “SharePoint Web Services Round Robin Service Load Balancer Event: Initialization”

I'm running a SharePoint 2010 environment. Upon checking my eventviewer I noticed I'm regularly receiving the following events: Log Name: Application Source: SharePoint Foundation Event ID: 8312 ...
1
vote
2answers
553 views

DisableEventFiring using PowerShell

How can I call DisableEventFiring using PowerShell? C# code like this : Type typeInfo = typeof(SPEventReceiverBase); MethodInfo disable = typeInfo.GetMethod("DisableEventFiring", ...