X-Received: by 10.66.144.2 with SMTP id si2mr34678138pab.23.1463695596052; Thu, 19 May 2016 15:06:36 -0700 (PDT) X-Received: by 10.140.42.34 with SMTP id b31mr1551141qga.6.1463695596003; Thu, 19 May 2016 15:06:36 -0700 (PDT) Path: csiph.com!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!news.glorb.com!sq19no6689900igc.0!news-out.google.com!13ni4420qgj.0!nntp.google.com!88no5260091qga.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: it.comp.lang.visual-basic Date: Thu, 19 May 2016 15:06:35 -0700 (PDT) In-Reply-To: <6eead769-877a-4f46-9e3e-7d90fd9f532b@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=93.44.85.193; posting-account=4c3DWgoAAADQcJJevo-GlQ6CVmV90H2x NNTP-Posting-Host: 93.44.85.193 References: <9f61b595-a069-4d0f-941c-422f2098fc28@googlegroups.com> <6eead769-877a-4f46-9e3e-7d90fd9f532b@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <74bcdee5-bfb9-4a73-96fb-568cfd7376cf@googlegroups.com> Subject: Re: Anomalo comportamento dell'evento TreeView.AfterLabelEdit From: Antologiko Injection-Date: Thu, 19 May 2016 22:06:36 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Xref: csiph.com it.comp.lang.visual-basic:18814 Il giorno mercoled=C3=AC 18 maggio 2016 23:33:24 UTC+2, Luca D ha scritto: > E' un comportamento intenzionale... la guida specifica che 'e.Label' cont= iene il *nuovo* testo dell'elemento, se non c'=C3=A8 modifica, non c'=C3=A8= nessun testo nuovo (ed =C3=A8 pi=C3=B9 semplice testare secco per 'Nothing= ' piuttosto che fare un confronto tra le due stringhe per vedere se la labe= l coincide con quella precedente) >=20 > Peraltro, se ti serve recuperare il testo attuale, lo puoi sempre fare us= ando 'e.Item' Ok, grazie. Pensavo che venisse restituito Nothing perch=C3=A9 stavo sbagli= ando qualcosa.