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