InAppNotificationClosedEventHandler 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 dismissing.
public delegate void InAppNotificationClosedEventHandler(object sender, InAppNotificationClosedEventArgs e);type InAppNotificationClosedEventHandler = delegate of obj * InAppNotificationClosedEventArgs -> unitPublic Delegate Sub InAppNotificationClosedEventHandler(sender As Object, e As InAppNotificationClosedEventArgs)Parameters
- sender
- Object
The sender.
The event arguments.