Table of Contents

Delegate NotificationHandler<TDetail>

Namespace
MaaFramework.Binding.Notification
Assembly
MaaFramework.Binding.Extensions.dll

Represents the method that will handle a notification when the notification provides detail.

public delegate void NotificationHandler<in TDetail>(NotificationType type, TDetail detail)

Parameters

type NotificationType

The type of the notification.

detail TDetail

An object that contains the notification detail.

Type Parameters

TDetail

The type of the notification detail generated by the notification.

Extension Methods