Click or drag to resize

DFileSystemImage_EventHandler Delegate

Namespace:  IMAPI2.axlib
Assembly:  CSDVDCDBurner (in CSDVDCDBurner.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public delegate void DFileSystemImage_EventHandler(
	Object sender,
	string currentFile,
	int copiedSectors,
	int totalSectors
)

Parameters

sender
Type: SystemObject
currentFile
Type: SystemString
copiedSectors
Type: SystemInt32
totalSectors
Type: SystemInt32
See Also