MsgBox.MsgBoxReturnArgs Constructor
Constructor.
[Visual Basic]Public Sub New( _
ByVal
MsgBox As
MsgBox, _
ByVal
Source As
Control _
)
[C#]public MsgBox.MsgBoxReturnArgs(
MsgBox MsgBox,
Control Source);
Parameters
- MsgBox
- Message box object that
caused the ReturnValueChanged event.
- Source
- The control that produced the
original form submit that resulted in the
ReturnValueChanged event.
See Also
MsgBox.MsgBoxReturnArgs Class | BWare.UI.Web.WebControls Namespace