InAppNotificationOpeningEventHandler Delegate

Definition

A delegate for InAppNotification opening.

public delegate void InAppNotificationOpeningEventHandler(object sender, InAppNotificationOpeningEventArgs e);
type InAppNotificationOpeningEventHandler = delegate of obj * InAppNotificationOpeningEventArgs -> unit
Public Delegate Sub InAppNotificationOpeningEventHandler(sender As Object, e As InAppNotificationOpeningEventArgs)

Parameters

sender
Object

The sender.

e
InAppNotificationOpeningEventArgs

The event arguments.

Applies to