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 : ClientStopped Event |
public event EventHandler<ClientConnectionEventArgs> ClientStopped
'Declaration Public Event ClientStopped As EventHandler(Of ClientConnectionEventArgs)
'Usage Dim instance As TwainScanningService Dim handler As EventHandler(Of ClientConnectionEventArgs) AddHandler instance.ClientStopped, handler
public: event EventHandler<ClientConnectionEventArgs^>^ ClientStopped
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. |