Table of Contents

Class ResourceDestroyedEventArgs

Namespace
Microsoft.Xna.Framework.Graphics
Assembly
MonoGame.Framework.dll

Provides data for the ResourceDestroyed event. This class cannot be inherited.

public sealed class ResourceDestroyedEventArgs : EventArgs
Inheritance
ResourceDestroyedEventArgs
Inherited Members

Properties

Name

The name of the destroyed resource.

public string Name { get; }

Property Value

string

Tag

The resource manager tag of the destroyed resource.

public object Tag { get; }

Property Value

object