Represents the method that will handle scripting events.
Namespace: RRAutoLib.CTCAssembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4420.16901
Syntax
| C# |
|---|
public delegate void ScriptHandler( ref ScriptEventArgs objScriptEventArgs ) |
| Visual Basic |
|---|
Public Delegate Sub ScriptHandler ( _ ByRef objScriptEventArgs As ScriptEventArgs _ ) |
Parameters
- objScriptEventArgs
- Type: RRAutoLib.CTC..::..ScriptEventArgs%