ArcGISRuntimeXamarin.Samples.ChangeViewpoint.ChangeViewpoint.OnCreate C# (CSharp) Метод

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

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
Результат void
        protected override void OnCreate(Bundle bundle)
        {
            base.OnCreate(bundle);

            Title = "Change viewpoint";

            // Create the UI, setup the control references and execute initialization 
            CreateLayout();
            Initialize();
        }