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