Delegate MessageBoxEventHandler
Delegate for requesting a message box to be shown to the user.
Namespace: Benday.Presentation
Assembly: Benday.Presentation.dll
Syntax
public delegate void MessageBoxEventHandler(object sender, MessageBoxEventArgs args)
Parameters
Type | Name | Description |
---|---|---|
object | sender | |
MessageBoxEventArgs | args |