C# Class MessageServiceEventArgs, keepass2

Inheritance: EventArgs
显示文件 Open project: cappert/keepass2 Class Usage Examples

Public Methods

Method Description
MessageServiceEventArgs ( ) : System.Windows.Forms
MessageServiceEventArgs ( string strTitle, string strText, MessageBoxButtons, msgButtons, MessageBoxIcon, msgIcon ) : System.Windows.Forms

Method Details

MessageServiceEventArgs() public method

public MessageServiceEventArgs ( ) : System.Windows.Forms
return System.Windows.Forms

MessageServiceEventArgs() public method

public MessageServiceEventArgs ( string strTitle, string strText, MessageBoxButtons, msgButtons, MessageBoxIcon, msgIcon ) : System.Windows.Forms
strTitle string
strText string
msgButtons MessageBoxButtons,
msgIcon MessageBoxIcon,
return System.Windows.Forms