Note

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

Access to this page requires authorization. You can try .

IFeedProvider.OnFeedProviderEnabled(FeedProviderEnabledArgs) 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.

Invoked when a feed associated with the provider is created by the Widgets Board host.

public:
 void OnFeedProviderEnabled(FeedProviderEnabledArgs ^ args);
void OnFeedProviderEnabled(FeedProviderEnabledArgs const& args);
public void OnFeedProviderEnabled(FeedProviderEnabledArgs args);
function onFeedProviderEnabled(args)
Public Sub OnFeedProviderEnabled (args As FeedProviderEnabledArgs)

Parameters

args
FeedProviderEnabledArgs

A FeedProviderEnabledArgs object that provides the feed provider ID of the feed provider that has been enabled.

Remarks

In the handler for this method feed providers should update the custom query parameters by calling Microsoft.Windows.Widgets.Feeds.Providers.FeedManager.SetCustomQueryParameters.

Applies to


Feedback

Was this page helpful?