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

EndInit() 공개 메소드

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