Class DrawingProgressChangedEventArgs
- Namespace
- ThinkGeo.Core
- Assembly
- ThinkGeo.Core.dll
public class DrawingProgressChangedEventArgs : ProgressChangedEventArgs
- Inheritance
-
DrawingProgressChangedEventArgs
- Inherited Members
-
Constructors
DrawingProgressChangedEventArgs()
public DrawingProgressChangedEventArgs()
DrawingProgressChangedEventArgs(int, object)
public DrawingProgressChangedEventArgs(int progressPercentage, object userState)
Parameters
progressPercentage
int
userState
object
DrawingProgressChangedEventArgs(int, object, int, int)
public DrawingProgressChangedEventArgs(int progressPercentage, object userState, int featuresToDraw, int featuresDrawn)
Parameters
progressPercentage
int
userState
object
featuresToDraw
int
featuresDrawn
int
Properties
Cancel
public bool Cancel { get; set; }
Property Value
- bool
FeaturesDrawn
public int FeaturesDrawn { get; }
Property Value
- int
FeaturesToDraw
public int FeaturesToDraw { get; }
Property Value
- int