PowerTCP Emulation for .NET
ClientOptionChanged Event




Raised when a client Telnet option has changed state (WILL or WONT confirmed).
Syntax
Public Event ClientOptionChanged As EventHandler(Of OptionEventArgs)
Dim instance As Telnet
Dim handler As EventHandler(Of OptionEventArgs)
 
AddHandler instance.ClientOptionChanged, handler
public event EventHandler<OptionEventArgs> ClientOptionChanged
public: __event EventHandler<OptionEventArgs*>* ClientOptionChanged
public:
event EventHandler<OptionEventArgs^>^ ClientOptionChanged
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