PowerTCP Telnet for .NET
ServerOptionChanged Event




Syntax
Public Event ServerOptionChanged As EventHandler(Of OptionEventArgs)
Dim instance As Telnet
Dim handler As EventHandler(Of OptionEventArgs)
 
AddHandler instance.ServerOptionChanged, handler
public event EventHandler<OptionEventArgs> ServerOptionChanged
public: __event EventHandler<OptionEventArgs*>* ServerOptionChanged
public:
event EventHandler<OptionEventArgs^>^ ServerOptionChanged
Event Data

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

PropertyDescription
Option  
See Also

Reference

Telnet Class
Telnet Members


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