BlogSample.UI.PostManagement.OnLoad C# (CSharp) Method

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void
		protected override void OnLoad(EventArgs e)
		{
			base.OnLoad(e);
			
			PopulatePostList();
		}