MsgBox Web Control Help

MsgBox.MsgBoxReturnArgs Class

Event arguments object passed into the message box return event handler. See ReturnValueChanged.

For a list of all members of this type, see MsgBox.MsgBoxReturnArgs Members.

System.Object
   EventArgs
      MsgBox.MsgBoxReturnArgs

[Visual Basic]
Public Class MsgBox.MsgBoxReturnArgs
Inherits EventArgs
[C#]
public class MsgBox.MsgBoxReturnArgs : EventArgs

Remarks

The ReturnValueChanged event handler receives and event argument object of this type.

Requirements

Namespace: BWare.UI.Web.WebControls

Assembly: BWare.UI.Web.WebControls.MsgBox (in BWare.UI.Web.WebControls.MsgBox.dll)

See Also

MsgBox.MsgBoxReturnArgs Members | BWare.UI.Web.WebControls Namespace