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);
        }