[]
Represents the method that will handle the ScriptChanged event.
public delegate void ScriptChangedEventHandler(object sender, ScripEditorEventArgs e)
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. |
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.
Name | Description |
---|---|
ScriptChangedEventHandler(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(object, ScripEditorEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, ScripEditorEventArgs) |