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 ();
        }