Ejemplo n.º 1
0
 protected virtual void AssertedWidthBetweenEventHandler(object sender, LayoutComponentTwoValuesActionEventArgs arg)
 {
 }
Ejemplo n.º 2
0
 protected override void AssertedHeightBetweenEventHandler(object sender, LayoutComponentTwoValuesActionEventArgs arg)
 => Logger.LogInformation($"Assert {arg.Element.ComponentName} height is {arg.ActionValue}-{arg.SecondActionValue} px.");