MapDataPlotsAddressSearchStarted Event |
|
DataPA OpenAnalytics API Reference
Event raised when a map data plot starts searching for addresses
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public event MapDataPlotsAddressSearchStartedEventHandler AddressSearchStarted
Public Event AddressSearchStarted As MapDataPlotsAddressSearchStartedEventHandler
public:
event MapDataPlotsAddressSearchStartedEventHandler^ AddressSearchStarted {
void add (MapDataPlotsAddressSearchStartedEventHandler^ value);
void remove (MapDataPlotsAddressSearchStartedEventHandler^ value);
}
function add_AddressSearchStarted(value);
function remove_AddressSearchStarted(value);
Value
Type:
DataPAEnterpriseDashboardMapDataPlotsAddressSearchStartedEventHandlerSee Also