C# Класс NppSharp.FileEventArgs

Arguments required for file-related events.
Наследование: System.EventArgs
Показать файл Открыть проект

Открытые методы

Метод Описание
FileEventArgs ( uint bufferId, string fileName ) : System

Creates the event arguments object.

Описание методов

FileEventArgs() публичный Метод

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.
Результат System