Active Query Builder 2 .NET Edition reference
AfterPropertiesDialog Event



Invoked after any of the properties dialogs (Sub-query, DataSource, Link properties) are closed.
Syntax
'Declaration
 
Public Event AfterPropertiesDialog As AfterPropertiesDialogEventHandler
'Usage
 
Dim instance As QueryBuilder
Dim handler As AfterPropertiesDialogEventHandler
 
AddHandler instance.AfterPropertiesDialog, handler
public event AfterPropertiesDialogEventHandler AfterPropertiesDialog
public: __event AfterPropertiesDialogEventHandler* AfterPropertiesDialog
Remarks
The controlOwner parameter can be one of the following:
- UnionSubQuery in case of showing the Query Properties dialog;
- Link in case of showing the Link Properties gialog;
- DataSourceObject in case of showing the DataSource Properties dialog.
See Also

Reference

QueryBuilder Class
QueryBuilder Members
BeforePropertiesDialog Event

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback