summaryM:DotNetNuke.Services.Authentication.AuthenticationLoginBase.OnUserAuthenticated(DotNetNuke.Services.Authentication.UserAuthenticatedEventArgs)

Namespace: DotNetNuke.Services.Authentication
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
protected virtual void OnUserAuthenticated(
	UserAuthenticatedEventArgs ea
)
Visual Basic
Protected Overridable Sub OnUserAuthenticated ( 
	ea As UserAuthenticatedEventArgs
)

Parameters

ea
Type: DotNetNuke.Services.Authentication..::..UserAuthenticatedEventArgs
parameaM:DotNetNuke.Services.Authentication.AuthenticationLoginBase.OnUserAuthenticated(DotNetNuke.Services.Authentication.UserAuthenticatedEventArgs)

See Also