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

◆ Disposing

EventHandler<EventArgs> Microsoft.Xna.Framework.Graphics.GraphicsDevice.Disposing
addremove

Definition at line 549 of file GraphicsDevice.cs.

550 {
551 [MethodImpl(MethodImplOptions.Synchronized)]
552 add
553 {
555 }
556 [MethodImpl(MethodImplOptions.Synchronized)]
557 remove
558 {
560 }
561 }
EventHandler< EventArgs > _003Cbacking_store_003EDisposing
static ? Delegate Remove(Delegate? source, Delegate? value)
Definition Delegate.cs:463
static ? Delegate Combine(Delegate? a, Delegate? b)
Definition Delegate.cs:379