Table of Contents

Class ResourceCreatedEventArgs

Namespace
Microsoft.Xna.Framework.Graphics
Assembly
MonoGame.Framework.dll
public sealed class ResourceCreatedEventArgs : EventArgs
Inheritance
ResourceCreatedEventArgs
Inherited Members

Properties

Resource

The newly created resource object.

public object Resource { get; }

Property Value

object