Свойство | Тип | Описание | |
---|---|---|---|
BuildControls | void | ||
BuildFees | void | ||
BuildFields | void | ||
LoadState | void | ||
NavigateToRegistration | void | ||
ParseControls | void | ||
ParseFee | List |
||
ParseFees | void | ||
ParseFields | void |
Метод | Описание | |
---|---|---|
Block_BlockUpdated ( object sender, |
Handles the BlockUpdated event of the control.
|
|
LoadViewState ( object savedState ) : void |
Restores the view-state information from a previous user control request that was saved by the M:System.Web.UI.UserControl.SaveViewState method.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
SaveViewState ( ) : object |
Saves any user control view-state changes that have occurred since the last page postback.
|
|
btnCancel_Click ( object sender, |
Handles the Click event of the btnCancel control.
|
|
btnSave_Click ( object sender, |
Handles the Click event of the btnSave control.
|
|
lbWizardInstance_Click ( object sender, |
Handles the Click event of the lbWizardInstance control.
|
|
lbWizardRegistration_Click ( object sender, |
||
lbWizardTemplate_Click ( object sender, |
Метод | Описание | |
---|---|---|
BuildControls ( bool setValues ) : void | ||
BuildFees ( bool setValues ) : void | ||
BuildFields ( bool setValues ) : void | ||
LoadState ( ) : void | ||
NavigateToRegistration ( ) : void | ||
ParseControls ( ) : void | ||
ParseFee ( RegistrationTemplateFee fee ) : List |
||
ParseFees ( ) : void | ||
ParseFields ( ) : void |
protected Block_BlockUpdated ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected LoadViewState ( object savedState ) : void | ||
savedState | object | An |
Результат | void |
protected OnInit ( |
||
e | An |
|
Результат | void |
protected OnLoad ( |
||
e | The |
|
Результат | void |
protected btnCancel_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected btnSave_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected lbWizardInstance_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected lbWizardRegistration_Click ( object sender, |
||
sender | object | |
e | ||
Результат | void |
protected lbWizardTemplate_Click ( object sender, |
||
sender | object | |
e | ||
Результат | void |