C# Class NppSharp.LanguageTypeEventArgs

Arguments required for language-related events.
Inheritance: System.EventArgs
Show file Open project: cmrazek/NppSharp Class Usage Examples

Public Methods

Method Description
LanguageTypeEventArgs ( uint bufferId, string fileName, int langId ) : System

Creates the event arguments object.

Method Details

LanguageTypeEventArgs() public method

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