I have an requirement where i am calling the same server method on Server Events On After Update, On After Add and On After Delete. Is there a way i can check from which event the method is called.
I need the name of the event from which the method is getting triggered, This existing functionality evendata.GetType().Name gives me the name of the event which solved my problem.