AspNetEdit.UI.GridRow.on_value_ButtonRelease C# (CSharp) 메소드

on_value_ButtonRelease() 개인적인 메소드

private on_value_ButtonRelease ( object o, EventArgs e ) : void
o object
e System.EventArgs
리턴 void
        private void on_value_ButtonRelease(object o, EventArgs e)
        {
            if (!selected)
                this.Selected = true;

            if (editor.InPlaceEdit && !propertyDescriptor.IsReadOnly)
                DisplayEditWidget ();
        }