SimulationRemoveEventsHandler Delegate |
A delegate used for defining the conditions of the elements to remove
from the simulation using the RemoveEvents method.
Namespace: Network.Sim.CoreAssembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic delegate bool RemoveEventsHandler(
Event ev
)
Parameters
- ev
- Type: Network.Sim.CoreEvent
The event to examine.
Return Value
Type:
Booleantrue to remove the event from the simulation; otherwise
false.
See Also