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