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