IFeedAnnouncementInvokedTarget.OnAnnouncementInvoked 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.
Called by the feeds host when a feeds announcement, requested with a call to TryShowAnnouncement, 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
A FeedAnnouncementInvokedArgs object conveying identifiers for the announcement and the associated feed and the kind of action that triggered the notification.