Raised when a server Telnet option has changed state (DO or DONT confirmed).
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Telnet
Dim handler As OptionEventHandler
AddHandler instance.ServerOptionChanged, handler |
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.
Property | Description |
---|
Option | The updated option causing the event. |
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also