ArcGISRuntimeXamarin.Forms.Droid.OAuthPageAndroid.OnLayout C# (CSharp) Method

OnLayout() protected method

protected OnLayout ( bool changed, int l, int t, int r, int b ) : void
changed bool
l int
t int
r int
b int
return 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);
        }