AspNet.StarterKits.Classifieds.Web.CategorySelectionChangedEventArgs.CategorySelectionChangedEventArgs C# (CSharp) Method

CategorySelectionChangedEventArgs() public method

public CategorySelectionChangedEventArgs ( int categoryId ) : System
categoryId int
return System
		public CategorySelectionChangedEventArgs(int categoryId)
		{
			this._categoryId = categoryId;
		}
CategorySelectionChangedEventArgs