Bevisuali.UX.Distribution.DistributionTable.OnLayoutUpdated C# (CSharp) 메소드

OnLayoutUpdated() 개인적인 메소드

private OnLayoutUpdated ( object sender, System e ) : void
sender object
e System
리턴 void
        private void OnLayoutUpdated(object sender, System.EventArgs e)
        {
            double newWidth
                = this.ActualWidth
                - xConditionedOn.Margin.Left
                - xConditionedOn.Margin.Right;

            xConditionedOn.Width = Math.Max(newWidth, 0);
        }