高德地图 Windows Phone 8 搜索API参考手册The AMap type exposes the following members.
Back to Top
Events
Name | Description | |
---|---|---|
BindingValidationError | 在绑定源报告数据验证错误时发生。 (Inherited from FrameworkElement.) | |
CameraChangeListener |
地图视窗(CameraPosition)发生变化后将会回调该函数
| |
DoubleTap | 当悬停在此 UIElement 上时使用了DoubleTap 笔势的情况下发生。有关如何在 Windows Phone 上使用笔势的信息,请参阅[c79a8c3d-2e5b-4ca4-b9d5-f470420c232d]。 (Inherited from UIElement.) | |
GotFocus | 当 UIElement 收到焦点时发生。 (Inherited from UIElement.) | |
Hold | 当悬停在此 UIElement 上时使用了 Hold 笔势的情况下发生。有关如何在 Windows Phone 上使用笔势的信息,请参阅[c79a8c3d-2e5b-4ca4-b9d5-f470420c232d]。 (Inherited from UIElement.) | |
IsEnabledChanged | 当 IsEnabled 属性更改时发生。 (Inherited from Control.) | |
KeyDown | 在 UIElement 具有焦点的情况下按下键盘上的某个键时发生。 (Inherited from UIElement.) | |
KeyUp | 在 UIElement 具有焦点的情况下释放键盘上的某个键时发生。 (Inherited from UIElement.) | |
LayoutUpdated | 当 Windows Phone 可视化树的布局更改时发生。 (Inherited from FrameworkElement.) | |
Loaded | 当已构造 FrameworkElement 并将其添加到对象树中时发生。 (Inherited from FrameworkElement.) | |
LostFocus | 当 UIElement 失去焦点时发生。 (Inherited from UIElement.) | |
LostMouseCapture | 在 UIElement 失去触摸屏输入捕获时发生。 (Inherited from UIElement.) | |
ManipulationCompleted | 对于 UIElement 的操作和延时完毕时发生。 有关如何使用操作的信息,请参阅[c79a8c3d-2e5b-4ca4-b9d5-f470420c232d]。 (Inherited from UIElement.) | |
ManipulationDelta | 当输入设备在操作期间更改位置时发生。 有关如何使用操作的信息,请参阅[c79a8c3d-2e5b-4ca4-b9d5-f470420c232d]。 (Inherited from UIElement.) | |
ManipulationStarted | 当输入设备对 UIElement 开始操作时发生。 有关如何使用操作的信息,请参阅[c79a8c3d-2e5b-4ca4-b9d5-f470420c232d]。 (Inherited from UIElement.) | |
MarkerClickListener |
点击Marker图标将会回调该函数
| |
MarkerDragListener |
拖动Marker图标将会回调该函数。
| |
MouseEnter | 当在 UIElement 界定区域内点按屏幕时发生。 (Inherited from UIElement.) | |
MouseLeave | 当在 UIElement 界定区域外发生触摸事件时发生。 (Inherited from UIElement.) | |
MouseLeftButtonDown | 在点按 UIElement 时发生。 (Inherited from UIElement.) | |
MouseLeftButtonUp | (Inherited from UIElement.) | |
MouseMove | (Inherited from UIElement.) | |
MouseWheel | (Inherited from UIElement.) | |
SizeChanged | (Inherited from FrameworkElement.) | |
Tap | 当悬停在此 UIElement 上时使用了 Tap 笔势的情况下发生。有关如何在 Windows Phone 上使用笔势的信息,请参阅[c79a8c3d-2e5b-4ca4-b9d5-f470420c232d]。 (Inherited from UIElement.) | |
TextInput | 在 UI 元素以与设备无关的方式获取文本时发生。 (Inherited from UIElement.) | |
TextInputStart | 在 UI 元素以与设备无关的方式最初获取文本时发生。 (Inherited from UIElement.) | |
TextInputUpdate | 当通过输入方法编辑器 (IME) 继续编写文本时发生。 (Inherited from UIElement.) | |
Unloaded | 当此对象不再与主对象树连接时发生。 (Inherited from FrameworkElement.) |
See Also