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