Active Query Builder 2 .NET Edition reference
LinkChanging Event



Invoked when the Link properties are about to be changed by the user.
Syntax
'Declaration
 
Public Event LinkChanging As LinkChangingEventHandler
'Usage
 
Dim instance As QueryBuilder
Dim handler As LinkChangingEventHandler
 
AddHandler instance.LinkChanging, handler
public event LinkChangingEventHandler LinkChanging
public: __event LinkChangingEventHandler* LinkChanging
Remarks

Set the abort parameter to true to deny changing properties of the Link.

See Also

Reference

QueryBuilder Class
QueryBuilder Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback