IWizardTemplatePostSource Property |
Gets the source of the current post-back (if this is a post back). This can be used by wizard pages, early in their life-cycles
(e.g. in their
InitPage(Boolean) method), to determine if the user clicked the Next, Previous, Finish, or Cancel button.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax PostBackSource PostSource { get; }
ReadOnly Property PostSource As PostBackSource
Get
Property Value
Type:
PostBackSourceSee Also