Click or drag to resize

PostBackSource Enumeration

Specifies the source for the PostBack as sent to the IWizardTemplate and accessible there via PostSource.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum PostBackSource
Members
  Member nameValueDescription
None0The source could not be determined.
NextButton1The 'Next' button was clicked.
PrevButton2The 'Previous' button was clicked.
CancelButton3The 'Cancel' button was clicked.
FinishButton4The 'Finish' button was clicked.
LayoutButton5The 'Layout' button was clicked.
SaveLayoutButton6The 'SaveLayout' button was clicked.
PageControl7One of the controls on the page was clicked.
See Also