Method | Description | |
---|---|---|
LanguageTypeEventArgs ( uint bufferId, string fileName, int langId ) : System |
Creates the event arguments object.
|
public LanguageTypeEventArgs ( uint bufferId, string fileName, int langId ) : System | ||
bufferId | uint | The Notepad++ buffer ID. |
fileName | string | The name of the file affected. |
langId | int | The Notepad++ language ID. |
return | System |