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