Windows Phone开发基础(13) 鼠标事件

鼠标事件:

MultiScaleImage 事件

 名称说明
公共事件 BindingValidationError 在绑定源报告数据验证错误时发生。 (从 FrameworkElement 继承。)
公共事件 DoubleTap 当悬停在此 UIElement 上时使用了DoubleTap 笔势的情况下发生。有关如何在 Windows Phone 上使用笔势的信息,请参见如何处理 Windows Phone 的操作事件。 (从 UIElement 继承。)
公共事件 GotFocus UIElement 收到焦点时发生。 (从 UIElement 继承。)
公共事件 Hold 当悬停在此 UIElement 上时使用了 Hold 笔势的情况下发生。有关如何在 Windows Phone 上使用笔势的信息,请参见如何处理 Windows Phone 的操作事件。 (从 UIElement 继承。)
公共事件 ImageFailed 当下载拼块时超时或由于其他原因而失败时发生。
公共事件 ImageOpenFailed 当用来打开图像的第一段元数据失败时发生。如果发生此事件,则不会成功打开图像的任何部分。
公共事件 ImageOpenSucceeded 当加载剩余拼块所需的第一段元数据打开时发生。
公共事件 KeyDown UIElement 具有焦点的情况下按下键盘上的某个键时发生。 (从 UIElement 继承。)
公共事件 KeyUp UIElement 具有焦点的情况下释放键盘上的某个键时发生。 (从 UIElement 继承。)
公共事件 LayoutUpdated 当 Windows Phone 可视化树的布局更改时发生。 (从 FrameworkElement 继承。)
公共事件 Loaded 当已构造 FrameworkElement 并将其添加到对象树中时发生。 (从 FrameworkElement 继承。)
公共事件 LostFocus UIElement 失去焦点时发生。 (从 UIElement 继承。)
公共事件 LostMouseCapture UIElement 失去触摸屏输入捕获时发生。 (从 UIElement 继承。)
公共事件 ManipulationCompleted 对于 UIElement 的操作和延时完毕时发生。 有关如何使用操作的信息,请参见如何处理 Windows Phone 的操作事件。 (从 UIElement 继承。)
公共事件 ManipulationDelta 当输入设备在操作期间更改位置时发生。 有关如何使用操作的信息,请参见如何处理 Windows Phone 的操作事件。 (从 UIElement 继承。)
公共事件 ManipulationStarted 当输入设备对 UIElement 开始操作时发生。 有关如何使用操作的信息,请参见如何处理 Windows Phone 的操作事件。 (从 UIElement 继承。)
公共事件 MotionFinished 当缩放或平移动画结束时发生。
公共事件 MouseEnter 当在 UIElement 界定区域内点按屏幕时发生。 (从 UIElement 继承。)
公共事件 MouseLeave 当在 UIElement 界定区域外发生触摸事件时发生。 (从 UIElement 继承。)
公共事件 MouseLeftButtonDown 在点按 UIElement 时发生。 (从 UIElement 继承。)
公共事件 MouseLeftButtonUp 当手指抬离 UIElement 时(或当 UIElement 具有触摸输入捕获时)发生。 (从 UIElement 继承。)
公共事件 MouseMove 在以下情况下发生:当触摸 UIElement 时(或当 UIElement 具有触摸输入捕获时),手指的坐标位置位于屏幕上。 (从 UIElement 继承。)
公共事件 MouseWheel 基础结构。 在以下情况下发生:当鼠标指针悬停在 UIElement 上时或 UIElement 具有焦点时,用户滚动鼠标滚轮。 (从 UIElement 继承。)
公共事件 SizeChanged FrameworkElement 上的 ActualHeightActualWidth 属性的值发生更改时发生。 (从 FrameworkElement 继承。)
公共事件 Tap 当悬停在此 UIElement 上时使用了 Tap 笔势的情况下发生。有关如何在 Windows Phone 上使用笔势的信息,请参见如何处理 Windows Phone 的操作事件。 (从 UIElement 继承。)
公共事件 TextInput 在 UI 元素以与设备无关的方式获取文本时发生。 (从 UIElement 继承。)
公共事件 TextInputStart 在 UI 元素以与设备无关的方式最初获取文本时发生。 (从 UIElement 继承。)
公共事件 TextInputUpdate 当通过输入方法编辑器 (IME) 继续编写文本时发生。 (从 UIElement 继承。)
公共事件 Unloaded 当此对象不再与主对象树连接时发生。 (从 FrameworkElement 继承。)
公共事件 ViewportChanged 当视区(所显示的图像区域)发生变化时发生。
posted @ 2013-03-31 16:56  BellingWP  阅读(179)  评论(0编辑  收藏  举报