Search Results for

    Show / Hide Table of Contents
    View Source

    Interface INotificationHandler<TNotification>

    Defines a handler for a notification.

    Namespace: Umbraco.Cms.Core.Events
    Assembly: Umbraco.Core.dll
    Syntax
    public interface INotificationHandler<in TNotification>
        where TNotification : INotification
    Type Parameters
    Name Description
    TNotification

    The type of notification being handled.

    Methods

    View Source

    Handle(TNotification)

    Handles a notification

    Declaration
    void Handle(TNotification notification)
    Parameters
    Type Name Description
    TNotification notification

    The notification

    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • Handle(TNotification)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX