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

In This Topic
    SelectedTransformationNamesChanged Event
    In This Topic
    The SelectedTransformationNamesChanged event is raised when the collection of the names of the valid selected transformations changed (transformation removed or non-null transformation selected).
    Syntax
    public event EventHandler<SelectedTransformationNamesChangedEventArgs> SelectedTransformationNamesChanged
    Public Event SelectedTransformationNamesChanged As EventHandler(Of SelectedTransformationNamesChangedEventArgs)
    Event Data

    The event handler receives an argument of type SelectedTransformationNamesChangedEventArgs containing data related to this event. The following SelectedTransformationNamesChangedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the names of the selected transformations.  
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also