C# Класс ARCed.Scintilla.AnnotationChangedEventArgs

Provides data for the Scintilla.AnnotationChanged event.
Наследование: System.EventArgs
Показать файл Открыть проект

Открытые методы

Метод Описание
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