ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / TransformationsControl Class / TransformationSelected Event

In This Topic
    TransformationSelected Event
    In This Topic
    The TransformationSelected event is raised when a transformation is selected in one of the rows.
    Syntax
    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.

    PropertyDescription
    Gets the transformation selected.  
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also