System.Windows.Forms.ToolStripContentPanel.OnLoad C# (CSharp) Method

OnLoad() private method

private OnLoad ( EventArgs e ) : void
e System.EventArgs
return void
		protected virtual void OnLoad (EventArgs e)
		{
			EventHandler eh = (EventHandler)(Events [LoadEvent]);
			if (eh != null)
				eh (this, e);
		}