NewLangSvcEventHandler Delegato
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.
public delegate void NewLangSvcEventHandler(System::Object ^ sender, LangServiceEventArgs ^ args);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void NewLangSvcEventHandler(object sender, LangServiceEventArgs args);
[<System.Runtime.InteropServices.ComVisible(false)>]
type NewLangSvcEventHandler = delegate of obj * LangServiceEventArgs -> unit
Public Delegate Sub NewLangSvcEventHandler(sender As Object, args As LangServiceEventArgs)
Parametri
- sender
- Object
- args
- LangServiceEventArgs
- Attributi