Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
ARCed
Scintilla
ModifiedEventArgs
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
ファイルを表示
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