Note

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

Access to this page requires authorization. You can try .

IWidgetProviderAnalytics.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 widget host reports analytics data associated with a user interaction with a widget.

public:
 void OnAnalyticsInfoReported(WidgetAnalyticsInfoReportedArgs ^ args);
void OnAnalyticsInfoReported(WidgetAnalyticsInfoReportedArgs const& args);
public void OnAnalyticsInfoReported(WidgetAnalyticsInfoReportedArgs args);
function onAnalyticsInfoReported(args)
Public Sub OnAnalyticsInfoReported (args As WidgetAnalyticsInfoReportedArgs)

Parameters

args
WidgetAnalyticsInfoReportedArgs

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

Applies to


Feedback

Was this page helpful?