ARCed.Scintilla.ModifiedEventArgs.ModifiedEventArgs C# (CSharp) Méthode

ModifiedEventArgs() public méthode

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