Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.11.10
|
Leadtools.Services.Twain Namespace > TwainScanningService Class : ClientStarted Event |
public event EventHandler<ClientConnectionEventArgs> ClientStarted
'Declaration Public Event ClientStarted As EventHandler(Of ClientConnectionEventArgs)
'Usage Dim instance As TwainScanningService Dim handler As EventHandler(Of ClientConnectionEventArgs) AddHandler instance.ClientStarted, handler
public: event EventHandler<ClientConnectionEventArgs^>^ ClientStarted
The event handler receives an argument of type ClientConnectionEventArgs containing data related to this event. The following ClientConnectionEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Id | (Read only) Gets the scanning session Id. |
UserData | (Read only) Gets the user data. |