Using the code posted as answer at this question, it is possible to find the control that caused the postback action.
However, it is possible to check which event was called by this control? For example, identify an editing event fired by a GridView before the equivalent method (editing) be executed.
Thanks in advance.