Freigeben über


SpatialBuilder.ProduceGeography-Ereignis

Löst aus, wenn der Anbieter ein Geografieobjekt erstellt.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public Event ProduceGeography As Action(Of Geography)
'Usage
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 unterstützt die Verwendung von Ereignissen, jedoch nicht die Deklaration neuer Ereignisse.

Implementiert

IGeographyProvider.ProduceGeography

Siehe auch

Verweis

SpatialBuilder Klasse

System.Spatial-Namespace