PrintDocument for WinForms
OnLongOperation(Double,Boolean) メソッド


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 > C1PreviewPane クラス > OnLongOperation メソッド : OnLongOperation(Double,Boolean) メソッド
How much is complete (from 0 to 1).
Whether the operation can be cancelled.
Raises the LongOperation event on the preview pane.
シンタックス
'宣言
 
Public Overloads Function OnLongOperation( _
   ByVal complete As System.Double, _
   ByVal canCancel As System.Boolean _
) As System.Boolean
'使用法
 
Dim instance As C1PreviewPane
Dim complete As System.Double
Dim canCancel As System.Boolean
Dim value As System.Boolean
 
value = instance.OnLongOperation(complete, canCancel)
public System.bool OnLongOperation( 
   System.double complete,
   System.bool canCancel
)

パラメータ

complete
How much is complete (from 0 to 1).
canCancel
Whether the operation can be cancelled.

戻り値の型

True if the operation should be cancelled.
参照

C1PreviewPane クラス
C1PreviewPane メンバ
オーバーロード一覧