Class PartialViewCreatedNotification
Notification published after a partial view has been created.
Inheritance
object
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 SourcePartialViewCreatedNotification(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. |