www.openlinksw.com
docs.openlinksw.com

Book Home

Contents
Preface

Overview
Installation Guide
Quick Start & Tours
Sample ODBC & JDBC Applications
Conceptual Overview
Server Administration
Data Access Interfaces
SQL Reference
SQL Procedure Language Guide
Database Event Hooks
Data Replication, Synchronization and Transformation Services
Web Application Development
XML Support
RDF Database and SPARQL
Web Services
Runtime Hosting
Internet Services
Free Text Search
TPC C Benchmark Kit
Using Virtuoso with Tuxedo
Appendix
Virtuoso Functions Guide

after-data-bind

Container for code that should be executed after data bind.
< after-data-bind >(EventHandler)</ after-data-bind >
Description

The code contained in this element is executed after the default data bind processing on the returning edge of recursion. The context has self as the page, control as the control with this handler, event as the vspx_event which caused the page invocation. Any return value from the code is ignored.