DFileSystemImage_EventHandler Delegate |
Namespace: IMAPI2.axlib
public delegate void DFileSystemImage_EventHandler( Object sender, string currentFile, int copiedSectors, int totalSectors )
Public Delegate Sub DFileSystemImage_EventHandler ( sender As Object, currentFile As String, copiedSectors As Integer, totalSectors As Integer ) Dim instance As New DFileSystemImage_EventHandler(AddressOf HandlerMethod)
type DFileSystemImage_EventHandler = delegate of sender : Object * currentFile : string * copiedSectors : int * totalSectors : int -> unit
/** @delegate */ public delegate void DFileSystemImage_EventHandler( /** @attribute InAttribute */ Object sender, String currentFile, int copiedSectors, int totalSectors )
JScript does not support delegates.
function(sender, currentFile, copiedSectors, totalSectors);