X-Received: by 10.68.68.202 with SMTP id y10mr8027348pbt.9.1447003157987; Sun, 08 Nov 2015 09:19:17 -0800 (PST) X-Received: by 10.50.131.196 with SMTP id oo4mr431291igb.5.1447003157913; Sun, 08 Nov 2015 09:19:17 -0800 (PST) Path: csiph.com!au2pb.net!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!i2no1339291igv.0!news-out.google.com!l1ni170igd.0!nntp.google.com!i2no1339289igv.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: it.comp.lang.visual-basic Date: Sun, 8 Nov 2015 09:19:17 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=93.35.204.186; posting-account=4c3DWgoAAADQcJJevo-GlQ6CVmV90H2x NNTP-Posting-Host: 93.35.204.186 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <70ea3bef-4fa3-40e5-846f-08e489eb92b5@googlegroups.com> Subject: Dichiarazione eventi con e senza delegati From: Antologiko Injection-Date: Sun, 08 Nov 2015 17:19:17 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 1360 X-Received-Body-CRC: 2320149447 Xref: csiph.com it.comp.lang.visual-basic:18553 Che differenza c'=E8 tra una dichiarazione di evento del tipo Public Event Miao(...parametri..) ed una dichiarazione di evento del tipo Public Delegate MiaoEventHandler(...parametri...) Public Event Miao As MiaoEventHandler Hanno un comportamento diverso? Se si, in quali casi =E8 preferibile l'uno o l'altro modo?