[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.ScriptChangedEventHandler

ScriptChangedEventHandler Delegate

Represents the method that will handle the ScriptChanged event.

Namespace: GrapeCity.ActiveReports.Design
Assembly: MESCIUS.ActiveReports.Design.Win.dll
Syntax
public delegate void ScriptChangedEventHandler(object sender, ScripEditorEventArgs e)
Parameters
Type Name Description
object sender

The source of the event, typically the script editor where the change occurred.

ScripEditorEventArgs e

A ScripEditorEventArgs object that contains the event data.

Remarks

This delegate is used for handling ScriptChanged events, which are triggered when the script content is modified. The event provides information about the old and new values of the script, allowing for actions such as validation, formatting, or other custom processing in response to the script change.

Constructors

Name Description
ScriptChangedEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, ScripEditorEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, ScripEditorEventArgs)