ActiveReports Developer 7
ScriptChangedEventHandler Delegate
See Also 
GrapeCity.ActiveReports.Design.Win.v7 Assembly > GrapeCity.ActiveReports.Design Namespace : ScriptChangedEventHandler Delegate

sender
The source of the event.
e
A ScriptEditorEventArgs that does not contain any event data.

Glossary Item Box

Represents a method that handles the ScriptChanged event.

Syntax

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.

See Also