Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
EventCommandExecuted
EventHandler
<EventCommandEventArgs>? System.Diagnostics.Tracing.EventSource.EventCommandExecuted
add
remove
inherited
Definition at line
279
of file
EventSource.cs
.
280
{
281
add
282
{
283
if
(
value
!=
null
)
284
{
285
m_eventCommandExecuted
= (
EventHandler<EventCommandEventArgs>
)
Delegate
.Combine(
m_eventCommandExecuted
,
value
);
286
for
(EventCommandEventArgs
eventCommandEventArgs
=
m_deferredCommands
;
eventCommandEventArgs
!=
null
;
eventCommandEventArgs
=
eventCommandEventArgs
.nextCommand)
287
{
288
value
(
this
,
eventCommandEventArgs
);
289
}
290
}
291
}
292
remove
293
{
294
m_eventCommandExecuted
= (
EventHandler<EventCommandEventArgs>
)
Delegate
.
Remove
(
m_eventCommandExecuted
,
value
);
295
}
296
}
System.Collections.Generic.Dictionary.Remove
bool ICollection< KeyValuePair< TKey, TValue > >. Remove(KeyValuePair< TKey, TValue > keyValuePair)
Definition
Dictionary.cs:893
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Diagnostics.Tracing.EventSource.m_deferredCommands
EventCommandEventArgs m_deferredCommands
Definition
EventSource.cs:219
System.Diagnostics.Tracing.EventSource.m_eventCommandExecuted
EventHandler< EventCommandEventArgs > m_eventCommandExecuted
Definition
EventSource.cs:191
System.ExceptionArgument.value
@ value
System.AttributeTargets.Delegate
@ Delegate
System
Xml
Serialization
XmlSerializationEventSource
Generated by
1.10.0