LEADTOOLS Workflow (Leadtools.Workflow.Raster assembly)

GetCredentials Event (GetImageInfoActivity)

Show in webframe





Gets called just before the file is queried to enable the client to set the appropriate network credentials.
Syntax
public event EventHandler<GetCredentialsEventArgs> GetCredentials
'Declaration
 
Public Event GetCredentials As EventHandler(Of GetCredentialsEventArgs)
'Usage
 
Dim instance As GetImageInfoActivity
Dim handler As EventHandler(Of GetCredentialsEventArgs)
 
AddHandler instance.GetCredentials, handler

            

            
public:
event EventHandler<GetCredentialsEventArgs^>^ GetCredentials
Event Data

The event handler receives an argument of type GetCredentialsEventArgs containing data related to this event. The following GetCredentialsEventArgs properties provide information specific to this event.

PropertyDescription
Credentials Gets or sets the ICredentials object to use for file access. This member has to be set to a new instance of an ICredentials object.
Remarks
The callback receives an object that contains the ICredentials object to set.
Requirements

Target Platforms

See Also

Reference

GetImageInfoActivity Class
GetImageInfoActivity Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2013 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Workflow.Raster requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features