AspnetSample.views.EmployeeControl.AddEmployeeEventArgs.AddEmployeeEventArgs C# (CSharp) Method

AddEmployeeEventArgs() public method

public AddEmployeeEventArgs ( string name, string country ) : System
name string
country string
return System
			public AddEmployeeEventArgs(string name, string country)
			{
				this.name = name;
				this.country = country;
			}
EmployeeControl.AddEmployeeEventArgs