InAppNotificationClosedEventHandler Delegate

Definition

A delegate for InAppNotification dismissing.

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

Parameters

sender
Object

The sender.

e
InAppNotificationClosedEventArgs

The event arguments.

Applies to