Table of Contents

Delegate MessageBoxResultDelegate

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Represents a delegate that handles the result of a message box interaction.

public delegate void MessageBoxResultDelegate(MessageBoxInfo info)

Parameters

info MessageBoxInfo

An object containing details about the message box, including user response and options.