Leadtools.Workflow.Raster Namespace > SaveImageActivity Class : GetCredentials Event |
public event EventHandler<GetCredentialsEventArgs> GetCredentials
'Declaration Public Event GetCredentials As EventHandler(Of GetCredentialsEventArgs)
'Usage Dim instance As SaveImageActivity Dim handler As EventHandler(Of GetCredentialsEventArgs) AddHandler instance.GetCredentials, handler
public: event EventHandler<GetCredentialsEventArgs^>^ GetCredentials
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.
Property | Description |
---|---|
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. |