New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
OnSocialButtonClicked
OnSocialButtonClicked - fires when one of the RadSocialButtons is clicked. The event is subsequent to the OnSocialButtonClicking event and it cannot be canceled.
The event handler receives two parameters:
-
sender - the RadSocialShare instance that fired the event.
-
eventArgs - event arguments that expose the following methods:
-
get_dialog() - returns the client object of the displayed dialog.
-
get_socialNetType() - returns the type of the clicked RadSocialButton.
-
get_url() - returns the shared URL.
-