Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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

args
FeedAnalyticsInfoReportedArgs

A FeedAnalyticsInfoReportedArgs that provides details about the user interaction that triggered the event.

Applies to


Feedback

Was this page helpful?