AMap Events高德地图 Windows Phone 8 搜索API参考手册
高德地图 Windows Phone 8 搜索API参考手册The AMap type exposes the following members.
Events

  NameDescription
Public eventBindingValidationError
在绑定源报告数据验证错误时发生。
(Inherited from 联机FrameworkElement.)
Public eventCameraChangeListener
地图视窗(CameraPosition)发生变化后将会回调该函数
Public eventDoubleTap
当悬停在此 联机UIElement 上时使用了DoubleTap 笔势的情况下发生。有关如何在 Windows Phone 上使用笔势的信息,请参阅[c79a8c3d-2e5b-4ca4-b9d5-f470420c232d]。
(Inherited from 联机UIElement.)
Public event联机GotFocus
联机UIElement 收到焦点时发生。
(Inherited from 联机UIElement.)
Public eventHold
当悬停在此 联机UIElement 上时使用了 Hold 笔势的情况下发生。有关如何在 Windows Phone 上使用笔势的信息,请参阅[c79a8c3d-2e5b-4ca4-b9d5-f470420c232d]。
(Inherited from 联机UIElement.)
Public eventIsEnabledChanged
IsEnabled 属性更改时发生。
(Inherited from 联机Control.)
Public event联机KeyDown
联机UIElement 具有焦点的情况下按下键盘上的某个键时发生。
(Inherited from 联机UIElement.)
Public event联机KeyUp
联机UIElement 具有焦点的情况下释放键盘上的某个键时发生。
(Inherited from 联机UIElement.)
Public eventLayoutUpdated
当 Windows Phone 可视化树的布局更改时发生。
(Inherited from 联机FrameworkElement.)
Public event联机Loaded
当已构造 联机FrameworkElement 并将其添加到对象树中时发生。
(Inherited from 联机FrameworkElement.)
Public event联机LostFocus
联机UIElement 失去焦点时发生。
(Inherited from 联机UIElement.)
Public event联机LostMouseCapture
联机UIElement 失去触摸屏输入捕获时发生。
(Inherited from 联机UIElement.)
Public event联机ManipulationCompleted
对于 联机UIElement 的操作和延时完毕时发生。 有关如何使用操作的信息,请参阅[c79a8c3d-2e5b-4ca4-b9d5-f470420c232d]。
(Inherited from 联机UIElement.)
Public event联机ManipulationDelta
当输入设备在操作期间更改位置时发生。 有关如何使用操作的信息,请参阅[c79a8c3d-2e5b-4ca4-b9d5-f470420c232d]。
(Inherited from 联机UIElement.)
Public event联机ManipulationStarted
当输入设备对 联机UIElement 开始操作时发生。 有关如何使用操作的信息,请参阅[c79a8c3d-2e5b-4ca4-b9d5-f470420c232d]。
(Inherited from 联机UIElement.)
Public eventMarkerClickListener
点击Marker图标将会回调该函数
Public eventMarkerDragListener
拖动Marker图标将会回调该函数。
Public event联机MouseEnter
当在 联机UIElement 界定区域内点按屏幕时发生。
(Inherited from 联机UIElement.)
Public event联机MouseLeave
当在 联机UIElement 界定区域外发生触摸事件时发生。
(Inherited from 联机UIElement.)
Public event联机MouseLeftButtonDown
在点按 联机UIElement 时发生。
(Inherited from 联机UIElement.)
Public event联机MouseLeftButtonUp
当手指抬离 联机UIElement 时(或当 联机UIElement 具有触摸输入捕获时)发生。
(Inherited from 联机UIElement.)
Public event联机MouseMove
在以下情况下发生:当触摸 联机UIElement 时(或当 联机UIElement 具有触摸输入捕获时),手指的坐标位置位于屏幕上。
(Inherited from 联机UIElement.)
Public event联机MouseWheel
在以下情况下发生:当鼠标指针悬停在 联机UIElement 上时或 联机UIElement 具有焦点时,用户滚动鼠标滚轮。
(Inherited from 联机UIElement.)
Public event联机SizeChanged
联机FrameworkElement 上的 联机ActualHeight联机ActualWidth 属性的值发生更改时发生。
(Inherited from 联机FrameworkElement.)
Public eventTap
当悬停在此 联机UIElement 上时使用了 Tap 笔势的情况下发生。有关如何在 Windows Phone 上使用笔势的信息,请参阅[c79a8c3d-2e5b-4ca4-b9d5-f470420c232d]。
(Inherited from 联机UIElement.)
Public event联机TextInput
在 UI 元素以与设备无关的方式获取文本时发生。
(Inherited from 联机UIElement.)
Public eventTextInputStart
在 UI 元素以与设备无关的方式最初获取文本时发生。
(Inherited from 联机UIElement.)
Public eventTextInputUpdate
当通过输入方法编辑器 (IME) 继续编写文本时发生。
(Inherited from 联机UIElement.)
Public event联机Unloaded
当此对象不再与主对象树连接时发生。
(Inherited from 联机FrameworkElement.)
Back to Top
See Also