NewConnectionForScriptEventHandler Delegate
Definition
public delegate void NewConnectionForScriptEventHandler(System::Object ^ sender, NewConnectionForScriptEventArgs ^ args);
public delegate void NewConnectionForScriptEventHandler(object sender, NewConnectionForScriptEventArgs args);
type NewConnectionForScriptEventHandler = delegate of obj * NewConnectionForScriptEventArgs -> unit
Public Delegate Sub NewConnectionForScriptEventHandler(sender As Object, args As NewConnectionForScriptEventArgs)
Parameters
- Inheritance
-
NewConnectionForScriptEventHandler
Applies to