DataConnectionDialogFilterCallback Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the method that is called when a Data Connection dialog box callback occurs while adding DDEX providers and data sources.
public delegate bool DataConnectionDialogFilterCallback(Guid source, Guid provider);
public delegate bool DataConnectionDialogFilterCallback(Guid source, Guid provider);
type DataConnectionDialogFilterCallback = delegate of Guid * Guid -> bool
Public Delegate Function DataConnectionDialogFilterCallback(source As Guid, provider As Guid) As Boolean
Parameters
- source
- Guid
GUID of a DDEX data source.
- provider
- Guid
GUID of a DDEX provider.
Return Value
Returns true if the data source and data provider GUIDs are an acceptable combination for including in the dialog; otherwise returns false.