MsgBox Web Control Help

MsgBox.IPostBackDataHandler.RaisePostDataChangedEvent Method 

Signals the state of the control has changed.

[Visual Basic]
Sub RaisePostDataChangedEvent() Implements _
   IPostBackDataHandler.RaisePostDataChangedEvent
[C#]
void IPostBackDataHandler.RaisePostDataChangedEvent();

Implements

IPostBackDataHandler.RaisePostDataChangedEvent

Remarks

The MsgBox control calls the ReturnValueChanged event, if it has been set in the webform containing the control.

The event is called with the source object set to this MsgBox control, and an MsgBox.MsgBoxReturnArgs object.

See Also

MsgBox Class | BWare.UI.Web.WebControls Namespace