# GetDestroyAssetObjectEvent(int, out DestroyAssetObjectEventArgs)

> Retrieves the event data at the given index as a DestroyAssetObjectEventArgs. Throws an exception if the event type requested does not match the event stored in the stream.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

## GetDestroyAssetObjectEvent(int, DestroyAssetObjectEventArgs)

```csharp
public void GetDestroyAssetObjectEvent(int eventIdx, out DestroyAssetObjectEventArgs data)
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): The index of the event to get the data for.**** (\[DestroyAssetObjectEventArgs]\(/engine/6000.0/script-reference/unityeditor/destroyassetobjecteventargs)): The data associated with the event.
