Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
DeviceLost
EventHandler<
EventArgs
> Microsoft.Xna.Framework.Graphics.GraphicsDevice.DeviceLost
add
remove
Definition at line
594
of file
GraphicsDevice.cs
.
595
{
596
[
MethodImpl
(
MethodImplOptions
.Synchronized)]
597
add
598
{
599
_003Cbacking_store_003EDeviceLost
= (EventHandler<EventArgs>)
Delegate
.
Combine
(
_003Cbacking_store_003EDeviceLost
,
value
);
600
}
601
[
MethodImpl
(
MethodImplOptions
.Synchronized)]
602
remove
603
{
604
_003Cbacking_store_003EDeviceLost
= (EventHandler<EventArgs>)
Delegate
.
Remove
(
_003Cbacking_store_003EDeviceLost
,
value
);
605
}
606
}
Microsoft.Xna.Framework.Graphics.GraphicsDevice._003Cbacking_store_003EDeviceLost
EventHandler< EventArgs > _003Cbacking_store_003EDeviceLost
Definition
GraphicsDevice.cs:38
System.Delegate.Remove
static ? Delegate Remove(Delegate? source, Delegate? value)
Definition
Delegate.cs:463
System.Delegate.Combine
static ? Delegate Combine(Delegate? a, Delegate? b)
Definition
Delegate.cs:379
System.Delegate
Definition
Delegate.cs:12
System.Reflection.Metadata.Ecma335.TableIndex.MethodImpl
@ MethodImpl
System.Runtime.CompilerServices.MethodImplOptions
MethodImplOptions
Definition
MethodImplOptions.cs:5
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
GraphicsDevice
Generated by
1.10.0