메소드 | 설명 | |
---|---|---|
AnnotationChangedEventArgs ( int lineIndex, int lineCountDelta ) : System |
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 |