C# Класс MessageServiceEventArgs, keepass2

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

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

Метод Описание
MessageServiceEventArgs ( ) : System.Windows.Forms
MessageServiceEventArgs ( string strTitle, string strText, MessageBoxButtons, msgButtons, MessageBoxIcon, msgIcon ) : System.Windows.Forms

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

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

public MessageServiceEventArgs ( ) : System.Windows.Forms
Результат System.Windows.Forms

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

public MessageServiceEventArgs ( string strTitle, string strText, MessageBoxButtons, msgButtons, MessageBoxIcon, msgIcon ) : System.Windows.Forms
strTitle string
strText string
msgButtons MessageBoxButtons,
msgIcon MessageBoxIcon,
Результат System.Windows.Forms