ArcGISRuntimeXamarin.Samples.FeatureLayerQuery.FeatureLayerQuery.OnCreate C# (CSharp) Méthode

OnCreate() protected méthode

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
Résultat void
        protected override void OnCreate(Bundle bundle)
        {
            base.OnCreate(bundle);
            Title = "Feature layer  query";

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