FlexReport for UWP | ComponentOne
C1.UWP.FlexViewer Assembly / C1.Xaml.FlexViewer Namespace / C1FlexViewerPane Class / HandleResuming Method

In This Topic
    HandleResuming Method (C1FlexViewerPane)
    In This Topic
    Call this method from a handler of the Application.Resuming event.
    Syntax
    'Declaration
     
    Public Sub HandleResuming( _
       Optional ByVal resumeDeviceResources As Boolean _
    ) 
    public void HandleResuming( 
       bool resumeDeviceResources
    )

    Parameters

    resumeDeviceResources
    See Also