C# 클래스 ARCed.Scintilla.AnnotationChangedEventArgs

Provides data for the Scintilla.AnnotationChanged event.
상속: System.EventArgs
파일 보기 프로젝트 열기: borisblizzard/arcreator

공개 메소드들

메소드 설명
AnnotationChangedEventArgs ( int lineIndex, int lineCountDelta ) : System

Initializes a new instance of the AnnotationChangedEventArgs class.

메소드 상세

AnnotationChangedEventArgs() 공개 메소드

Initializes a new instance of the AnnotationChangedEventArgs class.
public AnnotationChangedEventArgs ( int lineIndex, int lineCountDelta ) : System
lineIndex int The document line index of the annotation that changed.
lineCountDelta int The number of lines added to or removed from the annotation that changed.
리턴 System