A4LGAddressManagement.AddressCreateIntersectionPoints.OnUpdate C# (CSharp) Method

OnUpdate() protected method

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