[]
Raises the GetScriptObject event.
protected virtual object OnGetScriptObject(string name)
Protected Overridable Function OnGetScriptObject(name As String) As Object
| Type | Name | Description |
|---|---|---|
| string | name | The name of object. |
| Type | Description |
|---|---|
| object | Returns the object associated with specified name. |