Namespace: Consultingwerk.SmartComponents.Implementation
Class 
AfterDeleteRecordEventArgs Copy to Clipboard
Parent classes:
Inherits: System.EventArgs

File:AfterCreateRecordEventArgs
Purpose:Event handler for the AfterCreateRecord event
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sun Jan 17 23:24:00 CET 2010


Top Constructor Summary
Options Name Purpose
+ AfterDeleteRecordEventArgs (character, character, handle, handle) Constructor for the AfterDeleteRecordEventArgs class

Top Property Summary
Options Name Purpose
+ HANDLE BufferHandle A reference to the new record
+ CHARACTER BusinessEntityName The name of the BusinessEntity the raised this event
+ HANDLE QueryHandle The handle of the Query using the Buffers of the DataAdapter
+ CHARACTER TableName The name of the BusinessEntity's table the raised this event


Constructor Detail
Top

PUBLIC AfterDeleteRecordEventArgs (character, character, handle, handle)

Purpose: Constructor for the AfterDeleteRecordEventArgs class
Notes:

Parameters:
pcBusinessEntityName CHARACTER
The business entity name
pcTableName CHARACTER
The name of the business entity table
phBufferHandle HANDLE
The handle of the temp-table buffer
phQueryHandle HANDLE
The handle of the query navigating the buffer


Property Detail
Top

PUBLIC HANDLE BufferHandle

Purpose: A reference to the new record
Notes:

Returns HANDLE
Top

PUBLIC CHARACTER BusinessEntityName

Purpose: The name of the BusinessEntity the raised this event
Notes:

Returns CHARACTER
Top

PUBLIC HANDLE QueryHandle

Purpose: The handle of the Query using the Buffers of the DataAdapter
Notes: Potentially used to Query Buffer handles (no. 2 and up) to
refetch them in an Event Handler for later taking new records on
the joined table into account for CREATE-RESULT-LIST-ENTRY

Returns HANDLE
Top

PUBLIC CHARACTER TableName

Purpose: The name of the BusinessEntity's table the raised this event
Notes:

Returns CHARACTER


©2006-2016 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       26.08.2016 08:31:39