PowerTCP Emulation for .NET
ServerOptionChanged Event




Raised when a server Telnet option has changed state (DO or DONT confirmed).
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 The updated option causing the event.  
See Also

Reference

Telnet Class
Telnet Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic