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

Provides data for the FoldChanged event
Наследование: ModifiedEventArgs
Показать файл Открыть проект

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

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