C# Class Brunet.Connections.ConnectionEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: pstjuste/brunet

Méthodes publiques

Свойство Type Description
Connection Connection
ConnectionState ConnectionState
Index int
NewState ConnectionTableState
OldState ConnectionTableState

Méthodes publiques

Méthode Description
ConnectionEventArgs ( Connection c, ConnectionState cs, int idx, ConnectionTableState old, ConnectionTableState news ) : System.Collections
ToDictionary ( ) : IDictionary

Method Details

ConnectionEventArgs() public méthode

public ConnectionEventArgs ( Connection c, ConnectionState cs, int idx, ConnectionTableState old, ConnectionTableState news ) : System.Collections
c Connection
cs ConnectionState
idx int
old ConnectionTableState
news ConnectionTableState
Résultat System.Collections

ToDictionary() public méthode

public ToDictionary ( ) : IDictionary
Résultat IDictionary

Property Details

Connection public_oe property

public Connection,Brunet.Connections Connection
Résultat Connection

ConnectionState public_oe property

public ConnectionState,Brunet.Connections ConnectionState
Résultat ConnectionState

Index public_oe property

public int Index
Résultat int

NewState public_oe property

public ConnectionTableState NewState
Résultat ConnectionTableState

OldState public_oe property

public ConnectionTableState OldState
Résultat ConnectionTableState