protected virtual Task<bool> OnSketchCompleteAsync( Geometry geometry )
Protected Overridable Function OnSketchCompleteAsync( _ ByVal geometry As Geometry _ ) As Task(Of Boolean)
Parameters
- geometry
- The geometry of the sketch.
Return Value
True if the sketch complete event was handled.