C# 클래스 ARCed.Scintilla.ModifiedEventArgs

Base class for modified events
ModifiedEventArgs is the base class for all events that are fired in response to an SCN_MODIFY notification message. They all have the Undo/Redo flags in common and I'm also including the raw modificationType integer value for convenience purposes.
상속: System.EventArgs
파일 보기 프로젝트 열기: borisblizzard/arcreator

공개 메소드들

메소드 설명
ModifiedEventArgs ( int modificationType ) : System

메소드 상세

ModifiedEventArgs() 공개 메소드

public ModifiedEventArgs ( int modificationType ) : System
modificationType int
리턴 System