Class ServerDescriptionChangedEventArgs
Represents the arguments to the event that occurs when the server description changes.
public class ServerDescriptionChangedEventArgs : EventArgs
- Inheritance
-
ServerDescriptionChangedEventArgs
- Inherited Members
Constructors
- ServerDescriptionChangedEventArgs(ServerDescription, ServerDescription)
Initializes a new instance of the ServerDescriptionChangedEventArgs class.
Properties
- NewServerDescription
Gets the new server description.
- OldServerDescription
Gets the old server description.