绑定的CTRElement_Shape数据属性改变后触发
命名空间:
GISShare.SMap.WPF.Element
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public delegate void ShapeDataChanged(
Path shape
)
Public Delegate Sub ShapeDataChanged (
shape As Path
)
public delegate void ShapeDataChanged(
Path^ shape
)
type ShapeDataChanged =
delegate of
shape : Path -> unit
参数
- shape
- 类型: System.Windows.ShapesPath
修改后的数据
参见