C# Class OpenNos.Core.Networking.Communication.Scs.Communication.Channels.CommunicationChannelEventArgs

Stores communication channel information to be used by an event.
Inheritance: System.EventArgs
Mostra file Open project: OpenNos/OpenNos Class Usage Examples

Public Methods

Method Description
CommunicationChannelEventArgs ( ICommunicationChannel channel ) : System

Creates a new CommunicationChannelEventArgs object.

Method Details

CommunicationChannelEventArgs() public method

Creates a new CommunicationChannelEventArgs object.
public CommunicationChannelEventArgs ( ICommunicationChannel channel ) : System
channel ICommunicationChannel Communication channel that is associated with this event
return System