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