Description
The event BeforeProcess<PageName> is executed before any processing takes place. Use this event to redirect user to another page, send an email or log user action in the database.
Syntax
public XVar BeforeProcess<PageName>(dynamic pageObject)
Arguments
pageObject
an object representing the current page. For more information, see RunnerPage class.
Applies to pages
List, View, Add, Edit, Print, Search, Export, Report, Chart, Login, Register, Password reminder, Change password, Menu, User info.
See also: