Condividi tramite


Evento IGeographyProvider.ProduceGeography

Generato quando il provider costruisce un oggetto di geografia.

Spazio dei nomi  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Sintassi

'Dichiarazione
Event ProduceGeography As Action(Of Geography)
'Utilizzo
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 supporta l'utilizzo di eventi, ma non la dichiarazione di nuovi eventi.

Vedere anche

Riferimento

IGeographyProvider Interfaccia

Spazio dei nomi System.Spatial