UserValidatedEventArgs(String) Constructor

Definition

Initializes a new instance of the UserValidatedEventArgs class.

public:
 UserValidatedEventArgs(System::String ^ username);
public UserValidatedEventArgs (string username);
new System.Web.ClientServices.Providers.UserValidatedEventArgs : string -> System.Web.ClientServices.Providers.UserValidatedEventArgs
Public Sub New (username As String)

Parameters

username
String

The user name of the validated user.

Applies to

See also