Table of Contents

Class ResourceCreatedEventArgs

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

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

public sealed class ResourceCreatedEventArgs : EventArgs
Inheritance
ResourceCreatedEventArgs
Inherited Members

Properties

Resource

The newly created resource object.

public object Resource { get; }

Property Value

object