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




Raised when a client Telnet option has changed state (WILL or WONT confirmed).

Syntax

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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