Partager via


Événement IGeographyProvider.ProduceGeography

Se déclenche lorsque le fournisseur construit un objet géographique.

Espace de noms :  System.Spatial
Assembly :  System.Spatial (en System.Spatial.dll)

Syntaxe

'Déclaration
Event ProduceGeography As Action(Of Geography)
'Utilisation
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 prend en charge l'utilisation d'événements, mais pas la déclaration de nouveaux événements.

Voir aussi

Référence

IGeographyProvider Interface

Espace de noms System.Spatial