Delegate ScriptExecution NamespaceOmegaGUI.Model AssemblyOmegaGUI.dll A delegate for executing a script public delegate void ScriptExecution(string script, string source) Parameters script string The script to be executed source string From where the script is being called See Also ScriptFired