DownloadContents..::..DownloadContents_OnLoaded Method
Handles the OnLoaded event of the DownloadContents control.
Namespace:
robotManager.Helpful.FormsAssembly: robotManager (in robotManager.dll)
Syntax
public void DownloadContents_OnLoaded( Object sender, RoutedEventArgs e )
Public Sub DownloadContents_OnLoaded ( _ sender As Object, _ e As RoutedEventArgs _ )
public: void DownloadContents_OnLoaded( Object^ sender, RoutedEventArgs^ e )
Parameters
- sender
- Type: Object
The source of the event.
- e
- Type: RoutedEventArgs
The RoutedEventArgs instance containing the event data.