ArcGIS Pro 2.9 API Reference Guide
Subscribe Method (BeforeSketchCompletedEvent)

ArcGIS.Desktop.Mapping.Events Namespace > BeforeSketchCompletedEvent Class : Subscribe Method
A delegate that is executed when the BeforeSketchCompletedEvent is published.
(optional) The type of reference used to maintain the delegate. false is a weak reference, true is a strong reference. (default value = false)
Subscribes to the BeforeSketchCompletedEvent that is published before a sketch is completed within certain tools.
Syntax

Parameters

func
A delegate that is executed when the BeforeSketchCompletedEvent is published.
keepSubscriberAlive
(optional) The type of reference used to maintain the delegate. false is a weak reference, true is a strong reference. (default value = false)

Return Value

A token that uniquely identifies the added subscription, and may subsequently be used with Unsubscribe.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

BeforeSketchCompletedEvent Class
BeforeSketchCompletedEvent Members