ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping.Events Namespace / SketchCanceledEvent Class
Members

In This Topic
    SketchCanceledEvent Class
    In This Topic
    Occurs when a sketch is canceled.
    Object Model
    SketchCanceledEvent ClassSubscriptionToken ClassSubscriptionToken Class
    Syntax
    Remarks
    You can Subscribe to listen for the SketchCanceledEvent 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.SketchCanceledEvent

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also