BusyEventArgs Structure
Event data in a MapControl.Busy and View.Busy event.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public class BusyEventArgs : EventArgs
Remarks
A BusyEventArgs is sent by the MapControl.Busy and View.Busy events. It signals that one ore more threads are busy with work for the map control or view.
Platforms
Windows, Linux, Android
BusyEventArgs Members
The BusyEventArgs type has the following members.
Constructors
Properties
Name | Description |
---|
Name | Description |
---|---|
BusyObjects | Gets the objects that are loading more data. |
BusyThread | Gets a value that tells which thread the busy event occurs in regard to. |
Methods
Name | Description |
---|