ARCed.Scintilla.ModifiedEventArgs.ModifiedEventArgs C# (CSharp) Method

ModifiedEventArgs() public method

public ModifiedEventArgs ( int modificationType ) : System
modificationType int
return System
        public ModifiedEventArgs(int modificationType)
        {
            this._modificationType = modificationType;
            this._undoRedoFlags = new UndoRedoFlags(modificationType);
        }
ModifiedEventArgs