DFileSystemImage_SinkHelperUpdateDelegate Property |
Namespace:
IMAPI2.axlib
Assembly:
CSDVDCDBurner (in CSDVDCDBurner.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public DFileSystemImage_EventHandler UpdateDelegate { get; set; }
Public Property UpdateDelegate As DFileSystemImage_EventHandler
Get
Set
Dim instance As DFileSystemImage_SinkHelper
Dim value As DFileSystemImage_EventHandler
value = instance.UpdateDelegate
instance.UpdateDelegate = value
member UpdateDelegate : DFileSystemImage_EventHandler with get, set
/** @property */
public DFileSystemImage_EventHandler get_UpdateDelegate()
/** @property */
public void set_UpdateDelegate(DFileSystemImage_EventHandler value)
function get UpdateDelegate () : DFileSystemImage_EventHandler
function set UpdateDelegate (value : DFileSystemImage_EventHandler)
function get_UpdateDelegate();
function set_UpdateDelegate(value);
Property Value
Type:
DFileSystemImage_EventHandlerSee Also