| ||
English | Slovak |
Menu: | |||||||||||||||||||||||||||||||||||||
|
Components of Px Framework: Events of the PxWebQuery componentThe PxWebQuery component contains events that are triggered by the change in state of the component. Each event of the PxWebQuery component can be defined in the "Page_Load" procedure of the form, where this event shall be triggered. The definition of the events looks like as follows:
if ((!IsPostBack)&&(wquAdresar.Active==false))
Definition of the "wquAdresar_AfterScroll " procedure, which is called the " AfterScroll " event shall be as follows:
void wquAdresar_AfterScroll(object sender, EventArgs e)
Each change of the current row cursor, either in the PxWebQuery component or in the PxSuperGrid component, which is linked to the PxWebQuery component, triggers the "AfterScroll event. The "Name" column value of the current row is registered in the Label component for the each event triggered. The following table contains a summary of all events of the PxWebQuery component.
Others articles of Px Framework:
It doesn't the intention of this part website, describe in detail the work with PxFramework components, a detailed description of the component available in manual, which can be downloaded here: Download manual of Px Framework |