Class UserChangingEventArgs
Provides data for a cancelable user changing event.
public class UserChangingEventArgs : CancelEventArgs
- Inheritance
-
UserChangingEventArgs
- Inherited Members
Constructors
UserChangingEventArgs(IUser, IUser)
Initializes a new instance of the UserChangingEventArgs class.
public UserChangingEventArgs(IUser currentUser, IUser newUser)
Parameters
Properties
CurrentUser
Gets the old (current) user.
public IUser CurrentUser { get; }
Property Value
NewUser
Gets the new user.
public IUser NewUser { get; }