ArcGIS Pro 2.8 API Reference Guide
SketchCancelledEvent Class
Members 

ArcGIS.Desktop.Mapping.Events Namespace : SketchCancelledEvent Class
Occurs when a sketch is cancelled.
Object Model
SketchCancelledEvent ClassSubscriptionToken ClassSubscriptionToken Class
Syntax
Remarks
You can Subscribe to listen for the SketchCancelledEvent and specify a delegate that will be executed upon receiving the event. To stop listening, you can Unsubscribe.

The following are examples of tools that publish the sketch events - construction tools, Edit Vertices, Align Features, Reshape.
Inheritance Hierarchy

System.Object
   ArcGIS.Core.Events.EventBase
      ArcGIS.Core.Events.CompositePresentationEvent<TPayload>
         ArcGIS.Desktop.Mapping.Events.SketchCancelledEvent

Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

SketchCancelledEvent Members
ArcGIS.Desktop.Mapping.Events Namespace