ScriptingErrorEventHandler Delegar
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public delegate void ScriptingErrorEventHandler(object sender, ScriptingErrorEventArgs e);
type ScriptingErrorEventHandler = delegate of obj * ScriptingErrorEventArgs -> unit
Public Delegate Sub ScriptingErrorEventHandler(sender As Object, e As ScriptingErrorEventArgs)
Parâmetros
- sender
- Object