View Source
Class UserGroupDeletedNotification
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public sealed class UserGroupDeletedNotification : DeletedNotification<IUserGroup>, IStatefulNotification, INotification
Constructors
View Source
UserGroupDeletedNotification(IEnumerable<IUserGroup>, EventMessages)
Declaration
public UserGroupDeletedNotification(IEnumerable<IUserGroup> target, EventMessages messages)
Parameters
View Source
UserGroupDeletedNotification(IUserGroup, EventMessages)
Declaration
public UserGroupDeletedNotification(IUserGroup target, EventMessages messages)
Parameters