ArcGISRuntimeXamarin.Forms.Droid.OAuthPageAndroid.OnLayout C# (CSharp) Метод

OnLayout() защищенный Метод

protected OnLayout ( bool changed, int l, int t, int r, int b ) : void
changed bool
l int
t int
r int
b int
Результат void
        protected override void OnLayout(bool changed, int l, int t, int r, int b)
        {
            // No UI elements are added, the unaltered (shared) form will be shown
            base.OnLayout(changed, l, t, r, b);
        }