DWriteEngine2_SinkHelperUpdate Method |
Namespace:
IMAPI2.axlib
Assembly:
CSDVDCDBurner (in CSDVDCDBurner.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public void Update(
Object sender,
Object progress
)
Public Sub Update (
sender As Object,
progress As Object
)
Dim instance As DWriteEngine2_SinkHelper
Dim sender As Object
Dim progress As Object
instance.Update(sender, progress)
abstract Update :
sender : Object *
progress : Object -> unit
override Update :
sender : Object *
progress : Object -> unit
public final void Update(
Object sender,
Object progress
)
public final function Update(
sender : Object,
progress : Object
)
function Update(sender, progress);
Parameters
- sender
- Type: SystemObject
- progress
- Type: SystemObject
Implements
DWriteEngine2EventsUpdate(Object, Object)See Also