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

OnTweet

OnTweet - fires when the Tweet button is clicked in the sharing popup (i.e., after the actual tweet is posted). Does not fire immediately after the Tweet Standard button is clicked in the RadSocialShare control. Scripts from Twitter return the information about this event and its behavior cannot be changed.

The event handler receives two parameters:

  1. sender - the RadSocialShare instance that fired the event.

  2. eventArgs - event arguments. It exposes the get_url() method that returns the shared URL.

See Also

In this article