Click or drag to resize
SimulationRemoveEventsHandler Delegate
A delegate used for defining the conditions of the elements to remove from the simulation using the RemoveEvents method.

Namespace: Network.Sim.Core
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public delegate bool RemoveEventsHandler(
	Event ev
)

Parameters

ev
Type: Network.Sim.CoreEvent
The event to examine.

Return Value

Type: Boolean
true to remove the event from the simulation; otherwise false.
See Also