Event handling

For an overview of event handling in DataWindow .NET, see “Handling events”.

Most events are passed data in an argument structure specialized for a set of events. For example, the BeginRetrieve, RowRetrieved, and EndRetrieve events are passed row count and row number data in argument classes that extend the RowEventArgs class, and BeginPrint, PagePrinting, and EndPrint events are passed page count information in argument structures that extend the PrintEventArgs class.