ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Reports Namespace / ReportsModule Class / OnPaneClosing Method
The Pane being closed.
The event data associated with the closing event. Set the Cancel property to false to cancel the action.

In This Topic
    OnPaneClosing Method (ReportsModule)
    In This Topic
    Called by the Framework when one of the Module's Pane is about to close.
    Syntax
    protected override void OnPaneClosing( 
       Pane pane,
       CancelRoutedEventArgs e
    )
    Protected Overrides NotOverridable Sub OnPaneClosing( _
       ByVal pane As Pane, _
       ByVal e As CancelRoutedEventArgs _
    ) 

    Parameters

    pane
    The Pane being closed.
    e
    The event data associated with the closing event. Set the Cancel property to false to cancel the action.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also