Class AfterScopeCreatedEventArgs
Provides data for the AfterScopeCreated event.
public class AfterScopeCreatedEventArgs : EventArgs
- Inheritance
-
AfterScopeCreatedEventArgs
Constructors
- AfterScopeCreatedEventArgs(ScriptScope)
Initializes a new instance of the AfterScopeCreatedEventArgs class.
Properties
- ExecutionScope
Gets the execution scope created for script execution.