Freigeben über


IGeographyProvider.ProduceGeography-Ereignis

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

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

Syntax

'Declaration
Event ProduceGeography As Action(Of Geography)
'Usage
Dim instance As IGeographyProvider
Dim handler As Action(Of Geography)

AddHandler instance.ProduceGeography, handler
event Action<Geography> ProduceGeography
 event Action<Geography^>^ ProduceGeography {
    void add (Action<Geography^>^ value);
    void remove (Action<Geography^>^ value);
}
abstract ProduceGeography : IEvent<Action<Geography>,
    EventArgs>
JScript unterstützt die Verwendung von Ereignissen, jedoch nicht die Deklaration neuer Ereignisse.

Siehe auch

Verweis

IGeographyProvider Schnittstelle

System.Spatial-Namespace