C# Class ARCed.Scintilla.AnnotationChangedEventArgs

Provides data for the Scintilla.AnnotationChanged event.
Inheritance: System.EventArgs
Show file Open project: borisblizzard/arcreator

Public Methods

Method Description
AnnotationChangedEventArgs ( int lineIndex, int lineCountDelta ) : System

Initializes a new instance of the AnnotationChangedEventArgs class.

Method Details

AnnotationChangedEventArgs() public method

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.
return System