Delegate MessageBoxResultDelegate
Represents a delegate that handles the result of a message box interaction.
public delegate void MessageBoxResultDelegate(MessageBoxInfo info)
Parameters
info
MessageBoxInfoAn object containing details about the message box, including user response and options.