Search Results for

    Show / Hide Table of Contents
    View Source

    Class PartialViewCreatedNotification

    Notification published after a partial view has been created.

    Inheritance
    object
    StatefulNotification
    ObjectNotification<IPartialView>
    CreatedNotification<IPartialView>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class PartialViewCreatedNotification : CreatedNotification<IPartialView>, IStatefulNotification, INotification
    Remarks

    This notification is published after a partial view file has been successfully created in the file system.

    Constructors

    View Source

    PartialViewCreatedNotification(IPartialView, EventMessages)

    Initializes a new instance of the PartialViewCreatedNotification class.

    Declaration
    public PartialViewCreatedNotification(IPartialView target, EventMessages messages)
    Parameters
    Type Name Description
    IPartialView target

    The partial view that was created.

    EventMessages messages

    The event messages collection.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX