SocialDataUserControl Members
Include Protected Members
Include Inherited Members
Provides a UserControl that lets users access the social data and add a quick tag to the current item.
The SocialDataUserControl type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SocialDataUserControl | Initializes a new instance of the SocialDataUserControl class. |
Top
Methods
Name | Description | |
---|---|---|
GetCallbackResult | Returns the result of a callback event that targets the SocialDataUserControl. | |
GetDesignTimeHtml | Returns the HTML markup that is rendered for representing the SocialDataUserControl at design time. | |
OnInit | Handles the Init event. (Overrides UserControl.OnInit(EventArgs).) | |
OnPreRender | Handles the PreRender event. (Overrides Control.OnPreRender(EventArgs).) | |
RaiseCallbackEvent | Processes a callback event that targets the SocialDataUserControl. |
Top