Dart.Telnet Namespace > Telnet Class : ServerOptionChanged Event |
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
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 |