New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Client-side Events Overview

The RadSocialShare control offers many client-side events that you can use together with its client-side API to control its behavior. These events are set through a number of properties whose value is the name of a JavaScript function that executes when the specific client-side event occurs. The available events are are listed below.

When the JavaScript function is called, it is supplied with two arguments: the sender (i.e., the RadSocialShare instance that fired the event), and an event arguments object (which may or may not contain methods, depending on the event).

See Also

In this article