MsgBox Web Control Help

MsgBox.OnInit Method 

Called after the control is initialized.

[Visual Basic]
Overrides Protected Sub OnInit( _
   ByVal e As EventArgs _
)
[C#]
protected override void OnInit(
   EventArgs e
);

Parameters

e
An object (defined by EventArgs) that contains event data.

Remarks

This method is overridden to provide a hook point to register this control for postback handling.

See Also

MsgBox Class | BWare.UI.Web.WebControls Namespace