Component.Disposed
Component.Disposed
Component.Disposed
Component.Disposed
Event
Definizione
public:
virtual event EventHandler ^ Disposed;
[System.ComponentModel.Browsable(false)]
public event EventHandler Disposed;
member this.Disposed : EventHandler
Public Custom Event Disposed As EventHandler
Implementazioni
- Attributi
Commenti
Quando si crea un delegato Disposed, si identifica il metodo che gestisce l'evento.When you create a Disposed delegate, you identify the method that handles the event. Per associare l'evento al gestore eventi in uso, aggiungere all'evento un'istanza del delegato.To associate the event with your event handler, add an instance of the delegate to the event. Il gestore eventi viene chiamato ogni volta che si verifica l'evento, a meno che non venga rimosso il delegato.The event handler is called whenever the event occurs, unless you remove the delegate. Per altre informazioni sui delegati del gestore eventi, vedere la gestione e generazione di eventi.For more information about the event handler delegates, see Handling and Raising Events.
Si applica a
Vedi anche
Commenti
I tuoi commenti e suggerimenti sono importanti. Scegli il tipo che preferisci:
Il nostro sistema per i commenti è basato su GitHub Issues. Per altre informazioni, vedi il blog.
Caricamento dei commenti...