Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.5
|
Leadtools.SharePoint.Client Namespace > SharePointClientDownloadCompletedEventArgs Class : SharePointClientDownloadCompletedEventArgs Constructor |
public SharePointClientDownloadCompletedEventArgs( Uri sourceUri, string destinationFileName, SharePointClientDownloadData destinationData, Exception error, bool cancelled, object userState )
'Declaration Public Function New( _ ByVal sourceUri As Uri, _ ByVal destinationFileName As String, _ ByVal destinationData As SharePointClientDownloadData, _ ByVal error As Exception, _ ByVal cancelled As Boolean, _ ByVal userState As Object _ )
'Usage Dim sourceUri As Uri Dim destinationFileName As String Dim destinationData As SharePointClientDownloadData Dim error As Exception Dim cancelled As Boolean Dim userState As Object Dim instance As New SharePointClientDownloadCompletedEventArgs(sourceUri, destinationFileName, destinationData, error, cancelled, userState)
public: SharePointClientDownloadCompletedEventArgs( Uri^ sourceUri, String^ destinationFileName, SharePointClientDownloadData^ destinationData, Exception^ error, bool cancelled, Object^ userState )
This constructor initializes the members of this class as follows: