C# 클래스 ARCed.Scintilla.FoldChangedEventArgs

Provides data for the FoldChanged event
상속: ModifiedEventArgs
파일 보기 프로젝트 열기: borisblizzard/arcreator

공개 메소드들

메소드 설명
FoldChangedEventArgs ( int line, int newFoldLevel, int previousFoldLevel, int modificationType )

Initializes a new instance of the FoldChangedEventArgs class.

메소드 상세

FoldChangedEventArgs() 공개 메소드

Initializes a new instance of the FoldChangedEventArgs class.
public FoldChangedEventArgs ( int line, int newFoldLevel, int previousFoldLevel, int modificationType )
line int Line # that the fold change occured on
newFoldLevel int new Fold Level of the line
previousFoldLevel int previous Fold Level of the line
modificationType int What kind of fold modification occured