ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Framework.Controls Namespace / DateTimePickerControl Class / SelectedDateChanged Event

In This Topic
    SelectedDateChanged Event
    In This Topic
    The SelectedDateChanged event is raised when the datetime is changed in the control UI.
    Syntax
    public event DateChangedEventHandler SelectedDateChanged
    Public Event SelectedDateChanged As DateChangedEventHandler
    Event Data

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

    PropertyDescription
    Gets the date/time.  
    Gets the date time offset.  
    Gets the date offset.  
    Remarks
    The SelectedDate dependency property can also be used for notification of the date time changing.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also