Class ScriptEditorControl
Interaktionslogik für ScriptEditorControl.xaml
Inheritance
System.Object
ScriptEditorControl
Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class ScriptEditorControl : UserControl
Constructors
| Improve this Doc View SourceScriptEditorControl()
Constructor
Declaration
public ScriptEditorControl()
Properties
| Improve this Doc View SourceSourceCode
Source code
Declaration
public string SourceCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceCheckCode()
Check the current code for errors
Declaration
public void CheckCode()
Events
| Improve this Doc View SourceTextChanged
Declaration
public event TextChangedEventHandler TextChanged
Event Type
Type | Description |
---|---|
TextChangedEventHandler |