maui-linux/Xamarin.Forms.Platform.Android/OnLayoutDelegate.cs

4 строки
162 B
C#

namespace Xamarin.Forms.Platform.Android
{
public delegate bool OnLayoutDelegate(NativeViewWrapperRenderer renderer, bool changed, int l, int t, int r, int b);
}