ToolTimerElapsedEventHandler Delegate
Represents the method that will handle the View.ToolTimerElapsed event.
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 ToolTimerElapsedEventHandler (
object sender,
ToolTimerElapsedEventArgs e
)
Parameters
sender
Type: View
The source of the event.
The source of the event.
e
Type: ToolTimerElapsedEventArgs
The event data.
The event data.
Platforms
Windows, Linux, Android