PowerTCP Sockets for .NET
Error Event




Syntax
'Declaration
 
Public Event Error As EventHandler(Of ErrorEventArgs)
'Usage
 
Dim instance As ComponentBase
Dim handler As EventHandler(Of ErrorEventArgs)
 
AddHandler instance.Error, handler
public event EventHandler<ErrorEventArgs> Error
public: __event EventHandler<ErrorEventArgs*>* Error
public:
event EventHandler<ErrorEventArgs^>^ Error
See Also

Reference

ComponentBase Class
ComponentBase Members


PowerTCP Sockets for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic