WeakEventManager.ProtectedAddHandler(Object, Delegate) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Aggiunge il delegato specificato come gestore eventi dell'origine specificata.
protected:
void ProtectedAddHandler(System::Object ^ source, Delegate ^ handler);
protected void ProtectedAddHandler (object source, Delegate handler);
member this.ProtectedAddHandler : obj * Delegate -> unit
Protected Sub ProtectedAddHandler (source As Object, handler As Delegate)
Parametri
- source
- Object
Oggetto di origine cui il delegato del gestore esegue la sottoscrizione.
- handler
- Delegate
Il delegato che gestisce l'evento generato da source
.