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


In This Topic
    SketchCanceledEvent Class Members
    In This Topic

    The following tables list the members exposed by SketchCanceledEvent.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Subscribes to the SketchCanceledEvent that is published when a sketch is canceled within certain tools.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Unsubscribe from SketchCanceledEvent.  
    Top
    Protected Methods
     NameDescription
    Protected Internal MethodPublishes the ArcGIS.Core.Events.CompositePresentationEvent<TPayload>. (Inherited from ArcGIS.Core.Events.CompositePresentationEvent<SketchCanceledEventArgs>)
    Protected Internal MethodOverloaded.  (Inherited from ArcGIS.Core.Events.CompositePresentationEvent<SketchCanceledEventArgs>)
    Protected Internal MethodReturns true if there are currently any subscribers. (Inherited from ArcGIS.Core.Events.CompositePresentationEvent<SketchCanceledEventArgs>)
    Protected MethodOverridden.  Called when the first subscriber subscribes to this event.  
    Protected MethodOverridden.  Called when the last subscriber unsubscribes from this event.  
    Protected Internal MethodSubscribes a delegate to an event that will be published on the publisher thread. ArcGIS.Core.Events.CompositePresentationEvent<TPayload> will maintain a to the target of the supplied action delegate. (Inherited from ArcGIS.Core.Events.CompositePresentationEvent<SketchCanceledEventArgs>)
    Protected Internal MethodOverloaded.  (Inherited from ArcGIS.Core.Events.CompositePresentationEvent<SketchCanceledEventArgs>)
    Top
    See Also