表示处理跟踪输入点事件(MapControl.PointInputed 和 MapLayoutControl.PointInputed)的方法类。
命名空间:
SuperMap.UI程序集: SuperMap.Mapping (in SuperMap.Mapping)
版本: dll
语法
C# |
---|
public delegate void PointInputEventHandler( Object sender, PointInputEventArgs e ) |
参数
- sender
- Type: System..::.Object
源事件。
- e
- Type: SuperMap.UI..::.PointInputEventArgs
包含事件数据的跟踪输入点事件参参数类(PointInputEventArgs)对象。