Table of Contents

Class Standard.User.OnAfterLoginArgs

Namespace
Dynamicweb.Notifications
Assembly
Dynamicweb.dll
Provides information about the user
public class Standard.User.OnAfterLoginArgs : NotificationArgs
Inheritance
Standard.User.OnAfterLoginArgs
Inherited Members

Remarks

This notification is obsolete.

Properties

User

Gets the user.
public User User { get; }

Property Value

User
The user.
To top