InAppNotificationOpeningEventHandler Delegate     
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.
A delegate for InAppNotification opening.
public delegate void InAppNotificationOpeningEventHandler(object sender, InAppNotificationOpeningEventArgs e);type InAppNotificationOpeningEventHandler = delegate of obj * InAppNotificationOpeningEventArgs -> unitPublic Delegate Sub InAppNotificationOpeningEventHandler(sender As Object, e As InAppNotificationOpeningEventArgs)Parameters
- sender
- Object
The sender.
The event arguments.