Eto.Forms.TableLayout.EndInit C# (CSharp) Method

EndInit() public method

Ends the initialization when loading from xaml or other code generated scenarios
public EndInit ( ) : void
return void
		public override void EndInit()
		{
			base.EndInit();
			OnDeserialized(VisualParent != null); // mono calls EndInit BEFORE setting to parent
		}