次の方法で共有


ConnectionEventArgs クラス

定義

クラスから派生したイベントのデータを Connection 提供します。

public ref class ConnectionEventArgs sealed : EventArgs
public sealed class ConnectionEventArgs : EventArgs
type ConnectionEventArgs = class
    inherit EventArgs
Public NotInheritable Class ConnectionEventArgs
Inherits EventArgs
継承
ConnectionEventArgs

プロパティ

Connection

接続を取得します。

IsNewConnection

接続が新しいかどうかを示す値を取得します。

適用対象