次の方法で共有


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 名前空間