Search Results for

    Show / Hide Table of Contents
    View Source

    Class StylesheetDeletingNotification

    Inheritance
    System.Object
    StatefulNotification
    ObjectNotification<IEnumerable<IStylesheet>>
    CancelableObjectNotification<IEnumerable<IStylesheet>>
    CancelableEnumerableObjectNotification<IStylesheet>
    DeletingNotification<IStylesheet>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class StylesheetDeletingNotification : DeletingNotification<IStylesheet>, IStatefulNotification, ICancelableNotification, INotification

    Constructors

    View Source

    StylesheetDeletingNotification(IEnumerable<IStylesheet>, EventMessages)

    Declaration
    public StylesheetDeletingNotification(IEnumerable<IStylesheet> target, EventMessages messages)
    Parameters
    Type Name Description
    IEnumerable<IStylesheet> target
    EventMessages messages
    View Source

    StylesheetDeletingNotification(IStylesheet, EventMessages)

    Declaration
    public StylesheetDeletingNotification(IStylesheet target, EventMessages messages)
    Parameters
    Type Name Description
    IStylesheet target
    EventMessages messages
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • StylesheetDeletingNotification(IEnumerable<IStylesheet>, EventMessages)
      • StylesheetDeletingNotification(IStylesheet, EventMessages)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX