C# Class NppSharp.FileEventArgs

Arguments required for file-related events.
Inheritance: System.EventArgs
Exibir arquivo Open project: cmrazek/NppSharp

Public Methods

Method Description
FileEventArgs ( uint bufferId, string fileName ) : System

Creates the event arguments object.

Method Details

FileEventArgs() public method

Creates the event arguments object.
public FileEventArgs ( uint bufferId, string fileName ) : System
bufferId uint The Notepad++ buffer ID.
fileName string The name of the file affected.
return System