[gs-longan](../README.md) / InstantiationEventArgs

# Class: InstantiationEventArgs

## Hierarchy

- [`EventArgs`](EventArgs.md)

  ↳ **`InstantiationEventArgs`**

## Table of contents

### Constructors

- [constructor](InstantiationEventArgs.md#constructor)

### Accessors

- [instanceObject](InstantiationEventArgs.md#instanceobject)

## Constructors

### constructor

• **new InstantiationEventArgs**(`instanceObject`): [`InstantiationEventArgs`](InstantiationEventArgs.md)

#### Parameters

| Name | Type |
| :------ | :------ |
| `instanceObject` | [`RenderInstanceObject`](RenderInstanceObject.md) |

#### Returns

[`InstantiationEventArgs`](InstantiationEventArgs.md)

#### Overrides

[EventArgs](EventArgs.md).[constructor](EventArgs.md#constructor)

## Accessors

### instanceObject

• `get` **instanceObject**(): [`RenderInstanceObject`](RenderInstanceObject.md)

#### Returns

[`RenderInstanceObject`](RenderInstanceObject.md)
