IFeedAnnouncementInvokedTarget.OnAnnouncementInvoked Method

Definition

Called by the feeds host when a feeds announcement, requested with a call to TryShowAnnouncement(String, String, FeedAnnouncement), has been initially displayed or interacted with by the user.

public:
 void OnAnnouncementInvoked(FeedAnnouncementInvokedArgs ^ args);
void OnAnnouncementInvoked(FeedAnnouncementInvokedArgs const& args);
public void OnAnnouncementInvoked(FeedAnnouncementInvokedArgs args);
function onAnnouncementInvoked(args)
Public Sub OnAnnouncementInvoked (args As FeedAnnouncementInvokedArgs)

Parameters

args
FeedAnnouncementInvokedArgs

A FeedAnnouncementInvokedArgs object conveying identifiers for the announcement and the associated feed and the kind of action that triggered the notification.

Applies to