ConnectionEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides data for events that are derived from the Connection class.
public ref class ConnectionEventArgs sealed : EventArgs
public sealed class ConnectionEventArgs : EventArgs
type ConnectionEventArgs = class
inherit EventArgs
Public NotInheritable Class ConnectionEventArgs
Inherits EventArgs
- Inheritance
-
ConnectionEventArgs
Properties
Connection |
Gets the connection. |
IsNewConnection |
Gets a value indicating whether the connection is new. |