C# 클래스 IrcShark.Chatting.Irc.Extended.LeftEventArgs

The PartedEventArgs belongs to the ChannelManager.PartedEventHandler and the ChannelManager.Parted event.
상속: IrcEventArgs
파일 보기 프로젝트 열기: hapm/IrcShark

공개 메소드들

메소드 설명
LeftEventArgs ( Channel chan ) : System

Initializes a new instance of the LeftEventArgs class.

메소드 상세

LeftEventArgs() 공개 메소드

Initializes a new instance of the LeftEventArgs class.
public LeftEventArgs ( Channel chan ) : System
chan Channel The instance of the Channel, that was parted.
리턴 System