SuperMap.WindowsPhone.Mapping.Layer.OnInitialized C# (CSharp) Méthode

OnInitialized() private méthode

private OnInitialized ( EventArgs e ) : void
e System.EventArgs
Résultat void
        internal void OnInitialized(EventArgs e)
        {
            EventHandler<EventArgs> temp = this.Initialized;
            if (temp != null)
            {
                this.Initialized(this, e);
            }
        }