| Visual Basic (Declaration) | |
|---|---|
Public Delegate Sub ScriptChangedEventHandler( _ ByVal sender As System.Object, _ ByVal e As ScripEditorEventArgs _ )  | |
| C# | |
|---|---|
public delegate void ScriptChangedEventHandler( System.object sender, ScripEditorEventArgs e )  | |
Parameters
- sender
 - The source of the event.
 - e
 - A ScriptEditorEventArgs that does not contain any event data.