DashboardObjectAddressSearchProgress Event |
|
DataPA OpenAnalytics API Reference
Event fires when a search for address locations processes an address
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public event DashboardObjectAddressSearchProgressEventHandler AddressSearchProgress
Public Event AddressSearchProgress As DashboardObjectAddressSearchProgressEventHandler
public:
event DashboardObjectAddressSearchProgressEventHandler^ AddressSearchProgress {
void add (DashboardObjectAddressSearchProgressEventHandler^ value);
void remove (DashboardObjectAddressSearchProgressEventHandler^ value);
}
function add_AddressSearchProgress(value);
function remove_AddressSearchProgress(value);
Value
Type:
DataPAEnterpriseDashboardDashboardObjectAddressSearchProgressEventHandlerSee Also