InAppNotificationClosingEventHandler Delegate

Definition

A delegate for InAppNotification dismissing.

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

Parameters

sender
Object

The sender.

e
InAppNotificationClosingEventArgs

The event arguments.

Applies to