MsgBox Web Control Help

MsgBox.ReturnValueChanged Event

The MsgBox control raises this event when the message box return value has changed.

[Visual Basic]
Public Event ReturnValueChanged As EventHandler
[C#]
public event EventHandler ReturnValueChanged;

Remarks

The event handler receives an argument of type MsgBox, and a second argument of type MsgBox.MsgBoxReturnArgs.

See Also

MsgBox Class | BWare.UI.Web.WebControls Namespace