RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSitePageModuleHelper.OnBeforeRedirectToPage Event

Occurs before the Web page module assembles a response that redirects the caller to its Web page.

Pascal
property OnBeforeRedirectToPage: TDispatchPageParamsHandledEvent;
C++
__property TDispatchPageParamsHandledEvent OnBeforeRedirectToPage;

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!