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

Base class for modified events
ModifiedEventArgs is the base class for all events that are fired in response to an SCN_MODIFY notification message. They all have the Undo/Redo flags in common and I'm also including the raw modificationType integer value for convenience purposes.
Наследование: System.EventArgs
Показать файл Открыть проект

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

Метод Описание
ModifiedEventArgs ( int modificationType ) : System

Описание методов

ModifiedEventArgs() публичный Метод

public ModifiedEventArgs ( int modificationType ) : System
modificationType int
Результат System