Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ResourceDestroyed

EventHandler<ResourceDestroyedEventArgs> Microsoft.Xna.Framework.Graphics.GraphicsDevice.ResourceDestroyed
addremove

Definition at line 564 of file GraphicsDevice.cs.

565 {
566 [MethodImpl(MethodImplOptions.Synchronized)]
567 add
568 {
570 }
571 [MethodImpl(MethodImplOptions.Synchronized)]
572 remove
573 {
575 }
576 }
EventHandler< ResourceDestroyedEventArgs > _003Cbacking_store_003EResourceDestroyed
static ? Delegate Remove(Delegate? source, Delegate? value)
Definition Delegate.cs:463
static ? Delegate Combine(Delegate? a, Delegate? b)
Definition Delegate.cs:379