A member of the GdPictureStatus enumeration. The resulting status of the processed operation.
Specifies the type of a transfer operation. The parameter returns true, if the latest transfer was a download, otherwise it returns false, if it was an upload.





In This Topic
GdPicture14 Namespace / GdViewer.TransferEndedEventHandler Delegate

GdViewer.TransferEndedEventHandler Delegate

In This Topic
Syntax
'Declaration
 
<GuidAttribute("28478E0F-3F94-3ACD-A9A1-4B683F782E66")>
Public Delegate Sub GdViewer.TransferEndedEventHandler( _
   ByVal status As GdPictureStatus, _
   ByVal Download As Boolean _
) 
[Guid("28478E0F-3F94-3ACD-A9A1-4B683F782E66")]
public delegate void GdViewer.TransferEndedEventHandler( 
   GdPictureStatus status,
   bool Download
)
public delegate GdViewer.TransferEndedEventHandler( 
    status: GdPictureStatus;
    Download: Boolean
);
GuidAttribute("28478E0F-3F94-3ACD-A9A1-4B683F782E66")
public delegate GdViewer.TransferEndedEventHandler( 
   status : GdPictureStatus,
   Download : boolean
)
[Guid("28478E0F-3F94-3ACD-A9A1-4B683F782E66")]
public: __gc __delegate void GdViewer.TransferEndedEventHandler( 
   GdPictureStatus status,
   bool Download
)
[Guid("28478E0F-3F94-3ACD-A9A1-4B683F782E66")]
public delegate void GdViewer.TransferEndedEventHandler( 
   GdPictureStatus status,
   bool Download
)

Parameters

status
A member of the GdPictureStatus enumeration. The resulting status of the processed operation.
Download
Specifies the type of a transfer operation. The parameter returns true, if the latest transfer was a download, otherwise it returns false, if it was an upload.
See Also