The event handler receives an argument of type GdViewer.TransferEndedEventArgs containing data related to this event. The following GdViewer.TransferEndedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
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. |
Handled | (Inherited from System.Windows.RoutedEventArgs) |
OriginalSource | (Inherited from System.Windows.RoutedEventArgs) |
RoutedEvent | (Inherited from System.Windows.RoutedEventArgs) |
Source | (Inherited from System.Windows.RoutedEventArgs) |
Status | A member of the GdPictureStatus enumeration. The resulting status of the processed operation. |
How to utilize this event in your GdViewer control.