SpatialBuilder.ProduceGeography 事件

在提供程序构造地理对象时激发。

命名空间:  System.Spatial
程序集:  System.Spatial(在 System.Spatial.dll 中)

语法

声明
Public Event ProduceGeography As Action(Of Geography)
用法
Dim instance As SpatialBuilder
Dim handler As Action(Of Geography)

AddHandler instance.ProduceGeography, handler
public event Action<Geography> ProduceGeography
public:
virtual  event Action<Geography^>^ ProduceGeography {
    void add (Action<Geography^>^ value);
    void remove (Action<Geography^>^ value);
}
abstract ProduceGeography : IEvent<Action<Geography>,
    EventArgs>
override ProduceGeography : IEvent<Action<Geography>,
    EventArgs>
JScript 支持使用事件,但不支持声明新事件。

实现

IGeographyProvider.ProduceGeography

请参阅

参考

SpatialBuilder 类

System.Spatial 命名空间