バージョン

ConfirmMethod デリゲート

コピーを続行するかを確認するイベントを発生します。
シンタックス
'宣言
 
Public Delegate Function ConfirmMethod( _
   ByVal destPath As String _
) As Boolean
public delegate bool ConfirmMethod( 
   string destPath
)

パラメータ

destPath
格納先のパス。
参照