System.Web.UI.WebControls
[ class tree: System.Web.UI.WebControls ] [ index: System.Web.UI.WebControls ] [ all elements ]

Class: TWizardCommandEventParameter

Source Location: /Web/UI/WebControls/TWizard.php

Class Overview

TEventParameter
   |
   --TWizardCommandEventParameter

TWizard command event parameter.

Class Details

[line 563]
TWizard command event parameter.

This is passed as the parameter to all event orginating from TWizard. If the event was a particular OnXXXXCommand, the variable $cancel determine if the step will be changed. e.g in handling the "next" command setting the parameter, $param->cancel = true will not result in a step change.

The parameter also contains the current step index, and the next step index.




version:  v1.0, last update on Sat Jan 22 13:59:56 EST 2005
author:  Xiang Wei Zhuo <weizhuo[at]gmail.com>


[ Top ]

Variables



Class Variables

$cancel =  false

[line 567]



access:  public

Type:   mixed


[ Top ]

$currentStepIndex =  null

[line 565]



access:  public

Type:   mixed


[ Top ]

$nextStepIndex =  null

[line 566]



access:  public

Type:   mixed


[ Top ]



© 2004-2005 PRADO Software Group. All Rights Reserved.