Click or drag to resize
IDownloadDataView Interface
The interface for UI objects that allow the user to manually update the standing data.

Namespace: VirtualRadar.Interface.View
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IDownloadDataView : IView, 
	IDisposable, IBusyView

The IDownloadDataView type exposes the following members.

Properties
  NameDescription
Public propertyStatus
Gets or sets a description of the current state of the download operation.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodShowBusy
Indicates to the user that the application is busy.
(Inherited from IBusyView.)
Public methodShowView
Displays the view to the user.
(Inherited from IView.)
Top
Events
  NameDescription
Public eventDownloadButtonClicked
Raised when the user wants to start downloading fresh data.
Top
See Also