PowerTCP Emulation for .NET CF
ServerOptionChanged Event
See Also  Send comments on this topic.
Dart.Emulation Namespace > Telnet Class : ServerOptionChanged Event




Raised when a server Telnet option has changed state (DO or DONT confirmed).

Syntax

Visual Basic (Declaration) 
Public Event ServerOptionChanged As OptionEventHandler
Visual Basic (Usage)Copy Code
Dim instance As Telnet
Dim handler As OptionEventHandler
 
AddHandler instance.ServerOptionChanged, handler
C# 
public event OptionEventHandler ServerOptionChanged
Managed Extensions for C++ 
public: __event OptionEventHandler* ServerOptionChanged
C++/CLI 
public:
event OptionEventHandler^ 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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.