public event EventHandler<TransformationSelectedArgs> TransformationSelected
Public Event TransformationSelected As EventHandler(Of TransformationSelectedArgs)
Event Data
The event handler receives an argument of type TransformationSelectedArgs containing data related to this event. The following TransformationSelectedArgs properties provide information specific to this event.
Property | Description |
---|---|
TransformationSelected | Gets the transformation selected. |
Requirements
Target Platforms: Windows 11, Windows 10
ArcGIS Pro version: 3.1 or higher.
See Also