Represents a method that handles the ScriptChanged event.
Syntax
'Declaration
Public Delegate Sub ScriptChangedEventHandler( _
ByVal As Object, _
ByVal As ScripEditorEventArgs _
)
public delegate void ScriptChangedEventHandler(
object ,
ScripEditorEventArgs
)
Parameters
- sender
- The source of the event.
- e
- A ScriptEditorEventArgs that does not contain any event data.
See Also