FlexReport for UWP
HandleSuspending メソッド (C1FlexViewer)

C1.UWP.FlexViewer アセンブリ > C1.Xaml.FlexViewer 名前空間 > C1FlexViewer クラス : HandleSuspending メソッド
Application.Suspending イベントのハンドラからこのメソッドを呼び出します。
シンタックス
'宣言
 
Public Sub HandleSuspending( _
   Optional ByVal discardDeviceResources As System.Boolean _
) 
public void HandleSuspending( 
   System.bool discardDeviceResources
)

パラメータ

discardDeviceResources
解説
discardDeviceResources パラメータに True を渡す場合は、Application.Resuming イベントの ハンドラから HandleResuming(true) を呼び出すことも必要です。これにより、アプリケーションが一時停止状態の間、不要な DirectX リソースを解放できます。
参照

C1FlexViewer クラス
C1FlexViewer メンバ