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