C# Class 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.
Inheritance: System.EventArgs
Show file Open project: borisblizzard/arcreator

Public Methods

Method Description
ModifiedEventArgs ( int modificationType ) : System

Method Details

ModifiedEventArgs() public method

public ModifiedEventArgs ( int modificationType ) : System
modificationType int
return System