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

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

    Parameters

    e
    Requirements

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

    ArcGIS Pro version: 3.1 or higher.
    See Also