Eto.Forms.TableLayout.OnPreLoad C# (CSharp) 메소드

OnPreLoad() 보호된 메소드

Raises the Control.PreLoad event, and recurses to this container's children
protected OnPreLoad ( EventArgs e ) : void
e System.EventArgs Event arguments
리턴 void
		protected override void OnPreLoad(EventArgs e)
		{
			OnDeserialized(true);
			base.OnPreLoad(e);
		}