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