ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Framework.Controls Namespace / DateTimePickerControl Class / OnPopupClosed Method

In This Topic
    OnPopupClosed Method (DateTimePickerControl)
    In This Topic
    This raises our 'public' event when the date time picker is closed.
    Syntax
    Protected Friend Overridable Sub OnPopupClosed( _
       ByVal e As EventArgs _
    ) 
    protected internal virtual void OnPopupClosed( 
       EventArgs e
    )

    Parameters

    e
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.1 or higher.
    See Also