ComponentOne for WinUI 製品ヘルプ
HandleSuspending メソッド

C1.WinUI.Viewer アセンブリ > C1.WinUI.Viewer 名前空間 > FlexViewer クラス : HandleSuspending メソッド
Call this method from a handler of the Application.Suspending event.
シンタックス
'宣言
 
Public Sub HandleSuspending( _
   Optional ByVal discardDeviceResources As System.Boolean _
) 
public void HandleSuspending( 
   System.bool discardDeviceResources
)

パラメータ

discardDeviceResources
解説
If you pass True to the discardDeviceResources parameter you should also call HandleResuming(true) from a handler of the Application.Resuming event. It allows to free unnecessary DirectX resources while the application is in Suspended state.
参照

FlexViewer クラス
FlexViewer メンバ