ComponentOne for WinUI
HandleSuspending メソッド

C1.WinUI.Viewer アセンブリ > C1.WinUI.Viewer 名前空間 > FlexViewer クラス : 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 リソースを解放できます。
参照

参照

FlexViewer クラス
FlexViewer メンバ