ServiceChangedEventHandler Delegate
Represents the method that will handle serviceChanged events.
Namespace: Carmenta.Engine
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CECore assembly)
 NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CECore assembly)
Syntax
public delegate void ServiceChangedEventHandler (
    object sender,
    System.EventArgs e
)Parameters
sender
Type: EngineObject
The source of the event.
The source of the event.
e
    Type: System.EventArgs
The event data.
The event data.
Platforms
Windows, Linux, Android