重写 OnMouseWheel
命名空间:
GISShare.SMap.WPF.View
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法protected override void OnMouseWheel(
MouseWheelEventArgs e
)
Protected Overrides Sub OnMouseWheel (
e As MouseWheelEventArgs
)
protected:
virtual void OnMouseWheel(
MouseWheelEventArgs^ e
) override
abstract OnMouseWheel :
e : MouseWheelEventArgs -> unit
override OnMouseWheel :
e : MouseWheelEventArgs -> unit
参数
- e
- 类型: System.Windows.InputMouseWheelEventArgs
包含事件数据的 System.Windows.Input.MouseButtonEventArgs
参见