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
A WidgetAnalyticsInfoReportedArgs that provides details about the user interaction that triggered the event.