GdViewer.TransferEndedEventArgs Class Properties
In This Topic
For a list of all members of this type, see GdViewer.TransferEndedEventArgs members.
Public Properties
| Name | 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. |
Top
See Also