C# 클래스 ARCed.Scintilla.NativeScintillaEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: borisblizzard/arcreator 1 사용 예제들

공개 메소드들

메소드 설명
NativeScintillaEventArgs ( Message msg, SCNotification notification ) : System

Initializes a new instance of the NativeScintillaEventArgs class.

메소드 상세

NativeScintillaEventArgs() 공개 메소드

Initializes a new instance of the NativeScintillaEventArgs class.
public NativeScintillaEventArgs ( Message msg, SCNotification notification ) : System
msg System.Windows.Forms.Message Notification Message sent from the native Scintilla
notification SCNotification SCNotification structure sent from Scintilla that contains the event data
리턴 System