Initializes a new instance of the ScriptExecuteEventArgs class.
Namespace:
PerpetuumSoft.DataModelAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public ScriptExecuteEventArgs( string text ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ text As String _ ) |
| Visual C++ |
|---|
public: ScriptExecuteEventArgs( String^ text ) |
Parameters
- text
- Type: System..::.String