RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSitePageModuleHelper.OnAfterRedirectToPage Event

Occurs after the Web page module assembles a response message that represents a redirection to its Web page.

Pascal
property OnAfterRedirectToPage: TDispatchPageEvent;
C++
__property TDispatchPageEvent OnAfterRedirectToPage;

OnAfterRedirectToPage uses the same event handler as that of the Web page module's OnAfterRedirectToPage event. The TSitePageModuleHelper object generates this event after the Web page module sends a response redirecting the caller to its Web page. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!