C# Класс ARCed.Scintilla.NativeScintillaEventArgs

Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
NativeScintillaEventArgs ( Message msg, SCNotification notification ) : System

Initializes a new instance of the NativeScintillaEventArgs class.

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

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

Initializes a new instance of the NativeScintillaEventArgs class.
public NativeScintillaEventArgs ( Message msg, SCNotification notification ) : System
msg System.Windows.Forms.Message Notification Message sent from the native Scintilla
notification SCNotification SCNotification structure sent from Scintilla that contains the event data
Результат System