A4LGAddressManagement.AddressCreateIntersectionPoints.OnUpdate C# (CSharp) Méthode

OnUpdate() protected méthode

protected OnUpdate ( ) : void
Résultat void
        protected override void OnUpdate()
        {
            //if (m_Editor == null)
            //{
            //    Enabled = false;
            //    return;
            //}
            //if (m_Editor.EditState != esriEditState.esriStateEditing)
            //{
            //    Enabled = false;
            //    return;
            //}
            Enabled = true;
        }