Hello,



We would like to handle exceptions in ajax events in a uniform way. This currently means that after catching an exception and applying some exception policy, we put the desired error message into AjaxEventArgs.ErrorMessage and set AjaxEventArgs.Success to true. Currently we write separate code for general ajax events (AjaxEventArgs) and specific ajax events (like OnNodeLoad of TreeLoader that uses NodeLoadEventArgs). It would be great if ErrorMessage and Success properties of AjaxEventArgs , NodeLoadEventArgs and of others could be extracted into a single interface. All these event arguments classes could be handled through this interface then when handling exceptions.


Regards,
Tadeusz