C# 클래스 IrcDotNet.IrcPreviewMessageEventArgs

Gives the option to handle the preview event and thus stop the normal event from being raised.
상속: IrcMessageEventArgs
파일 보기 프로젝트 열기: IrcDotNet/IrcDotNet 1 사용 예제들

공개 메소드들

메소드 설명
IrcPreviewMessageEventArgs ( IIrcMessageSource source, IList targets, string text, Encoding encoding ) : System.Net.Security

메소드 상세

IrcPreviewMessageEventArgs() 공개 메소드

public IrcPreviewMessageEventArgs ( IIrcMessageSource source, IList targets, string text, Encoding encoding ) : System.Net.Security
source IIrcMessageSource
targets IList
text string
encoding System.Text.Encoding
리턴 System.Net.Security