The GoogleMap class includes the ExternalCallback event, which is intended as an alternative way to pass map related data to be processed on the server using callbacks. The GoogleMap class also includes a helper method called CreateMapCallback, which will generate the necessary JavaScript to allow you to use the external callback feature. Since it is standard JavaScript, it can be applied to any DOM event or any JavaScript function.
Read More...