Questo argomento non è stato ancora valutato - Valuta questo argomento

Metodo HtmlWindow.DetachEventHandler

Aggiornamento: novembre 2007

Rimuove il gestore eventi specificato.

Spazio dei nomi:  System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public void DetachEventHandler(
	string eventName,
	EventHandler eventHandler
)
public void DetachEventHandler(
	String eventName,
	EventHandler eventHandler
)
public function DetachEventHandler(
	eventName : String, 
	eventHandler : EventHandler
)

Parametri

eventName
Tipo: System.String

Nome dell'evento da gestire.

eventHandler
Tipo: System.EventHandler

Riferimento al codice gestito che gestisce l'evento.

Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition , Windows XP Starter Edition, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

.NET Framework e .NET Compact Framework non supportano tutte le versioni di ciascuna piattaforma. Per un elenco delle versioni supportate, vedere Requisiti di sistema di .NET Framework.

.NET Framework

Supportato in: 3.5, 3.0, 2.0
Il documento è risultato utile?
(1500 caratteri rimanenti)

Aggiunte alla community

AGGIUNGI
© 2013 Microsoft. Tutti i diritti riservati.