Triggered immediately before a new scenario is created.
[Visual Basic .NET] |
---|
Public Event OnBeforeNewScenario( _ ByVal Scenario As String _ ) |
[C#] |
---|
public void OnBeforeNewScenario( |
[Managed C++] |
---|
public: void OnBeforeNewScenario( |
[Java] |
---|
public onBeforeNewScenario( |
[Unmanaged C++] |
---|
public: HRESULT OnBeforeNewScenario( |
- Scenario
- Full path to the scenario file (.sc).
[Visual Basic .NET] | ![]() | |
---|---|---|
|