DashboardObjectAddressSearchStarted 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 DashboardObjectAddressSearchStartedEventHandler AddressSearchStarted
Public Event AddressSearchStarted As DashboardObjectAddressSearchStartedEventHandler
public:
event DashboardObjectAddressSearchStartedEventHandler^ AddressSearchStarted {
void add (DashboardObjectAddressSearchStartedEventHandler^ value);
void remove (DashboardObjectAddressSearchStartedEventHandler^ value);
}
function add_AddressSearchStarted(value);
function remove_AddressSearchStarted(value);
Value
Type:
DataPAEnterpriseDashboardDashboardObjectAddressSearchStartedEventHandlerSee Also