IFeedProviderAnalytics.OnAnalyticsInfoReported Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raised when the feeds host reports analytics data associated with a user interaction with a feed.
public:
void OnAnalyticsInfoReported(FeedAnalyticsInfoReportedArgs ^ args);
void OnAnalyticsInfoReported(FeedAnalyticsInfoReportedArgs const& args);
public void OnAnalyticsInfoReported(FeedAnalyticsInfoReportedArgs args);
function onAnalyticsInfoReported(args)
Public Sub OnAnalyticsInfoReported (args As FeedAnalyticsInfoReportedArgs)
Parameters
A FeedAnalyticsInfoReportedArgs that provides details about the user interaction that triggered the event.