DataConnectionDialogFilterCallback Delegate

Definition

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.

Applies to