Determines whether the event for the System.Web.UI.WebControls.MultiView control is passed to the page's UI server control hierarchy.
- source
- The source of the event.
- e
- An EventArgs object that contains the event data.
true if the event has been canceled; otherwise, false. The default is false.
A System.Web.UI.WebControls.MultiView control contains System.Web.UI.WebControls.View controls that raise events. This method overrides the base implementation to handle navigation between System.Web.UI.WebControls.View controls.